Vulnerability from csaf_suse
Published
2021-07-29 06:30
Modified
2021-07-29 06:30
Summary
Security update for git

Notes

Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues: Update from version 2.26.2 to version 2.31.1 (jsc#SLE-18152) Security fixes: - CVE-2021-21300: On case-insensitive file systems with support for symbolic links, if Git is configured globally to apply delay-capable clean/smudge filters (such as Git LFS), Git could run remote code during a clone. (bsc#1183026) Non security changes: - Add `sysusers` file to create `git-daemon` user. - Remove `perl-base` and `openssh-server` dependency on `git-core`and provide a `perl-Git` package. (jsc#SLE-17838) - `fsmonitor` bug fixes - Fix `git bisect` to take an annotated tag as a good/bad endpoint - Fix a corner case in `git mv` on case insensitive systems - Require only `openssh-clients` where possible (like Tumbleweed or SUSE Linux Enterprise >= 15 SP3). (bsc#1183580) - Drop `rsync` requirement, not necessary anymore. - Use of `pack-redundant` command is discouraged and will trigger a warning. The replacement is `repack -d`. - The `--format=%(trailers)` mechanism gets enhanced to make it easier to design output for machine consumption. - No longer give message to choose between rebase or merge upon pull if the history `fast-forwards`. - The configuration variable `core.abbrev` can be set to `no` to force no abbreviation regardless of the hash algorithm - `git rev-parse` can be explicitly told to give output as absolute or relative path with the `--path-format=(absolute|relative)` option. - Bash completion update to make it easier for end-users to add completion for their custom `git` subcommands. - `git maintenance` learned to drive scheduled maintenance on platforms whose native scheduling methods are not 'cron'. - After expiring a reflog and making a single commit, the reflog for the branch would record a single entry that knows both `@{0}` and `@{1}`, but we failed to answer 'what commit were we on?', i.e. `@{1}` - `git bundle` learns `--stdin` option to read its refs from the standard input. Also, it now does not lose refs when they point at the same object. - `git log` learned a new `--diff-merges=<how>` option. - `git ls-files` can and does show multiple entries when the index is unmerged, which is a source for confusion unless `-s/-u` option is in use. A new option `--deduplicate` has been introduced. - `git worktree list` now annotates worktrees as prunable, shows locked and prunable attributes in `--porcelain mode`, and gained a `--verbose` option. - `git clone` tries to locally check out the branch pointed at by HEAD of the remote repository after it is done, but the protocol did not convey the information necessary to do so when copying an empty repository. The protocol v2 learned how to do so. - There are other ways than `..` for a single token to denote a `commit range', namely `<rev>^!` and `<rev>^-<n>`, but `git range-diff` did not understand them. - The `git range-diff` command learned `--(left|right)-only` option to show only one side of the compared range. - `git mergetool` feeds three versions (base, local and remote) of a conflicted path unmodified. The command learned to optionally prepare these files with unconflicted parts already resolved. - The `.mailmap` is documented to be read only from the root level of a working tree, but a stray file in a bare repository also was read by accident, which has been corrected. - `git maintenance` tool learned a new `pack-refs` maintenance task. - Improved error message given when a configuration variable that is expected to have a boolean value. - Signed commits and tags now allow verification of objects, whose two object names (one in SHA-1, the other in SHA-256) are both signed. - `git rev-list` command learned `--disk-usage` option. - `git diff`, `git log` `--{skip,rotate}-to=<path>` allows the user to discard diff output for early paths or move them to the end of the output. - `git difftool` learned `--skip-to=<path>` option to restart an interrupted session from an arbitrary path. - `git grep` has been tweaked to be limited to the sparse checkout paths. - `git rebase --[no-]fork-point` gained a configuration variable `rebase.forkPoint` so that users do not have to keep specifying a non-default setting. - `git stash` did not work well in a sparsely checked out working tree. - Newline characters in the host and path part of `git://` URL are now forbidden. - `Userdiff` updates for PHP, Rust, CSS - Avoid administrator error leading to data loss with `git push --force-with-lease[=<ref>]` by introducing `--force-if-includes` - only pull `asciidoctor` for the default ruby version - The `--committer-date-is-author-date` option of `rebase` and `am` subcommands lost the e-mail address by mistake in 2.29 - The transport protocol v2 has become the default again - `git worktree` gained a `repair` subcommand, `git init --separate-git-dir` no longer corrupts administrative data related to linked worktrees - `git maintenance` introduced for repository maintenance tasks - `fetch.writeCommitGraph` is deemed to be still a bit too risky and is no longer part of the `feature.experimental` set. - The commands in the `diff` family honors the `diff.relative` configuration variable. - `git diff-files` has been taught to say paths that are marked as `intent-to-add` are new files, not modified from an empty blob. - `git gui` now allows opening work trees from the start-up dialog. - `git bugreport` reports what shell is in use. - Some repositories have commits that record wrong committer timezone; `git fast-import` has an option to pass these timestamps intact to allow recreating existing repositories as-is. - `git describe` will always use the `long` version when giving its output based misplaced tags - `git pull` issues a warning message until the `pull.rebase` configuration variable is explicitly given
Patchnames
SUSE-2021-2555,SUSE-SLE-Module-Basesystem-15-SP3-2021-2555,SUSE-SLE-Module-Development-Tools-15-SP3-2021-2555
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
   document: {
      aggregate_severity: {
         namespace: "https://www.suse.com/support/security/rating/",
         text: "moderate",
      },
      category: "csaf_security_advisory",
      csaf_version: "2.0",
      distribution: {
         text: "Copyright 2024 SUSE LLC. All rights reserved.",
         tlp: {
            label: "WHITE",
            url: "https://www.first.org/tlp/",
         },
      },
      lang: "en",
      notes: [
         {
            category: "summary",
            text: "Security update for git",
            title: "Title of the patch",
         },
         {
            category: "description",
            text: "This update for git fixes the following issues:\n\nUpdate from version 2.26.2 to version 2.31.1 (jsc#SLE-18152)\n\nSecurity fixes:\n\n- CVE-2021-21300: On case-insensitive file systems with support for symbolic links, if Git is configured globally \n  to apply delay-capable clean/smudge filters (such as Git LFS), Git could run remote code during a clone. (bsc#1183026)\n\nNon security changes:\n\n- Add `sysusers` file to create `git-daemon` user.\n- Remove `perl-base` and `openssh-server` dependency on `git-core`and provide a `perl-Git` package. (jsc#SLE-17838)\n- `fsmonitor` bug fixes\n- Fix `git bisect` to take an annotated tag as a good/bad endpoint\n- Fix a corner case in `git mv` on case insensitive systems\n- Require only `openssh-clients` where possible (like Tumbleweed or SUSE Linux Enterprise >= 15 SP3). (bsc#1183580)\n- Drop `rsync` requirement, not necessary anymore.\n- Use of `pack-redundant` command is discouraged and will trigger a warning. The replacement is `repack -d`.\n- The `--format=%(trailers)` mechanism gets enhanced to make it easier to design output for machine consumption.\n- No longer give message to choose between rebase or merge upon pull if the history `fast-forwards`.\n- The configuration variable `core.abbrev` can be set to `no` to force no abbreviation regardless of the hash algorithm\n- `git rev-parse` can be explicitly told to give output as absolute or relative path with the \n  `--path-format=(absolute|relative)` option.\n- Bash completion update to make it easier for end-users to add completion for their custom `git` subcommands.\n- `git maintenance` learned to drive scheduled maintenance on platforms whose native scheduling methods are not 'cron'.\n- After expiring a reflog and making a single commit, the reflog for the branch would record a single entry that \n  knows both `@{0}` and `@{1}`, but we failed to answer 'what commit were we on?', i.e. `@{1}`\n- `git bundle` learns `--stdin` option to read its refs from the standard input.  \n  Also, it now does not lose refs when they point at the same object.\n- `git log` learned a new `--diff-merges=<how>` option.\n- `git ls-files` can and does show multiple entries when the index is unmerged, which is a source for confusion \n  unless `-s/-u` option is in use.  A new option `--deduplicate` has been introduced.\n- `git worktree list` now annotates worktrees as prunable, shows locked and prunable attributes \n  in `--porcelain mode`, and gained a `--verbose` option.\n- `git clone` tries to locally check out the branch pointed at by HEAD of the remote repository after it \n  is done, but the protocol did not convey the information necessary to do so when copying an empty repository.  \n  The protocol v2 learned how to do so.\n- There are other ways than `..` for a single token to denote a `commit range', namely `<rev>^!` \n   and `<rev>^-<n>`, but `git range-diff` did not understand them.\n- The `git range-diff` command learned `--(left|right)-only` option to show only one side of the compared range.\n- `git mergetool` feeds three versions (base, local and remote) of a conflicted path unmodified. \n  The command learned to optionally prepare these files with unconflicted parts already resolved.\n- The `.mailmap` is documented to be read only from the root level of a working tree, but a stray file \n  in a bare repository also was read by accident, which has been corrected.\n- `git maintenance` tool learned a new `pack-refs` maintenance task.\n- Improved error message given when a configuration variable that is expected to have a boolean value.\n- Signed commits and tags now allow verification of objects, whose two object names \n  (one in SHA-1, the other in SHA-256) are both signed.\n- `git rev-list` command learned `--disk-usage` option.\n- `git diff`, `git log` `--{skip,rotate}-to=<path>` allows the user to discard diff output for early \n  paths or move them to the end of the output.\n- `git difftool` learned `--skip-to=<path>` option to restart an interrupted session from an arbitrary path.\n- `git grep` has been tweaked to be limited to the sparse checkout paths.\n- `git rebase --[no-]fork-point` gained a configuration variable `rebase.forkPoint` so that users do not have \n  to keep specifying a non-default setting.\n- `git stash` did not work well in a sparsely checked out working tree.\n- Newline characters in the host and path part of `git://` URL are now forbidden.\n- `Userdiff` updates for PHP, Rust, CSS\n- Avoid administrator error leading to data loss with `git push --force-with-lease[=<ref>]` by \n  introducing `--force-if-includes`\n- only pull `asciidoctor` for the default ruby version\n- The `--committer-date-is-author-date` option of `rebase` and `am` subcommands lost the e-mail address by \n  mistake in 2.29\n- The transport protocol v2 has become the default again\n- `git worktree` gained a `repair` subcommand, `git init --separate-git-dir` no longer corrupts administrative data \n  related to linked worktrees\n- `git maintenance` introduced for repository maintenance tasks\n- `fetch.writeCommitGraph` is deemed to be still a bit too risky and is no longer part of the \n  `feature.experimental` set.\n- The commands in the `diff` family honors the `diff.relative` configuration variable.\n- `git diff-files` has been taught to say paths that are marked as `intent-to-add` are new files, \n  not modified from an empty blob.\n- `git gui` now allows opening work trees from the start-up dialog.\n- `git bugreport` reports what shell is in use.\n- Some repositories have commits that record wrong committer timezone; `git fast-import` has an option to pass \n  these timestamps intact to allow recreating existing repositories as-is.\n- `git describe` will always use the `long` version when giving its output based misplaced tags \n- `git pull` issues a warning message until the `pull.rebase` configuration variable is explicitly given\n  ",
            title: "Description of the patch",
         },
         {
            category: "details",
            text: "SUSE-2021-2555,SUSE-SLE-Module-Basesystem-15-SP3-2021-2555,SUSE-SLE-Module-Development-Tools-15-SP3-2021-2555",
            title: "Patchnames",
         },
         {
            category: "legal_disclaimer",
            text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
            title: "Terms of use",
         },
      ],
      publisher: {
         category: "vendor",
         contact_details: "https://www.suse.com/support/security/contact/",
         name: "SUSE Product Security Team",
         namespace: "https://www.suse.com/",
      },
      references: [
         {
            category: "external",
            summary: "SUSE ratings",
            url: "https://www.suse.com/support/security/rating/",
         },
         {
            category: "self",
            summary: "URL of this CSAF notice",
            url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_2555-1.json",
         },
         {
            category: "self",
            summary: "URL for SUSE-SU-2021:2555-1",
            url: "https://www.suse.com/support/update/announcement/2021/suse-su-20212555-1/",
         },
         {
            category: "self",
            summary: "E-Mail link for SUSE-SU-2021:2555-1",
            url: "https://lists.suse.com/pipermail/sle-security-updates/2021-July/009228.html",
         },
         {
            category: "self",
            summary: "SUSE Bug 1168930",
            url: "https://bugzilla.suse.com/1168930",
         },
         {
            category: "self",
            summary: "SUSE Bug 1183026",
            url: "https://bugzilla.suse.com/1183026",
         },
         {
            category: "self",
            summary: "SUSE Bug 1183580",
            url: "https://bugzilla.suse.com/1183580",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2021-21300 page",
            url: "https://www.suse.com/security/cve/CVE-2021-21300/",
         },
      ],
      title: "Security update for git",
      tracking: {
         current_release_date: "2021-07-29T06:30:03Z",
         generator: {
            date: "2021-07-29T06:30:03Z",
            engine: {
               name: "cve-database.git:bin/generate-csaf.pl",
               version: "1",
            },
         },
         id: "SUSE-SU-2021:2555-1",
         initial_release_date: "2021-07-29T06:30:03Z",
         revision_history: [
            {
               date: "2021-07-29T06:30:03Z",
               number: "1",
               summary: "Current version",
            },
         ],
         status: "final",
         version: "1",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "git-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-2.31.1-10.3.1.aarch64",
                           product_id: "git-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-arch-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-arch-2.31.1-10.3.1.aarch64",
                           product_id: "git-arch-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-core-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-core-2.31.1-10.3.1.aarch64",
                           product_id: "git-core-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-gnome-keyring-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-credential-gnome-keyring-2.31.1-10.3.1.aarch64",
                           product_id: "git-credential-gnome-keyring-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-libsecret-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-credential-libsecret-2.31.1-10.3.1.aarch64",
                           product_id: "git-credential-libsecret-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-cvs-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-cvs-2.31.1-10.3.1.aarch64",
                           product_id: "git-cvs-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-daemon-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-daemon-2.31.1-10.3.1.aarch64",
                           product_id: "git-daemon-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-email-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-email-2.31.1-10.3.1.aarch64",
                           product_id: "git-email-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-gui-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-gui-2.31.1-10.3.1.aarch64",
                           product_id: "git-gui-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-p4-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-p4-2.31.1-10.3.1.aarch64",
                           product_id: "git-p4-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-svn-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-svn-2.31.1-10.3.1.aarch64",
                           product_id: "git-svn-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-web-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "git-web-2.31.1-10.3.1.aarch64",
                           product_id: "git-web-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "gitk-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "gitk-2.31.1-10.3.1.aarch64",
                           product_id: "gitk-2.31.1-10.3.1.aarch64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "perl-Git-2.31.1-10.3.1.aarch64",
                        product: {
                           name: "perl-Git-2.31.1-10.3.1.aarch64",
                           product_id: "perl-Git-2.31.1-10.3.1.aarch64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "aarch64",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "git-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-2.31.1-10.3.1.i586",
                           product_id: "git-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-arch-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-arch-2.31.1-10.3.1.i586",
                           product_id: "git-arch-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-core-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-core-2.31.1-10.3.1.i586",
                           product_id: "git-core-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-gnome-keyring-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-credential-gnome-keyring-2.31.1-10.3.1.i586",
                           product_id: "git-credential-gnome-keyring-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-libsecret-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-credential-libsecret-2.31.1-10.3.1.i586",
                           product_id: "git-credential-libsecret-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-cvs-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-cvs-2.31.1-10.3.1.i586",
                           product_id: "git-cvs-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-daemon-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-daemon-2.31.1-10.3.1.i586",
                           product_id: "git-daemon-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-email-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-email-2.31.1-10.3.1.i586",
                           product_id: "git-email-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-gui-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-gui-2.31.1-10.3.1.i586",
                           product_id: "git-gui-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-p4-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-p4-2.31.1-10.3.1.i586",
                           product_id: "git-p4-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-svn-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-svn-2.31.1-10.3.1.i586",
                           product_id: "git-svn-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-web-2.31.1-10.3.1.i586",
                        product: {
                           name: "git-web-2.31.1-10.3.1.i586",
                           product_id: "git-web-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "gitk-2.31.1-10.3.1.i586",
                        product: {
                           name: "gitk-2.31.1-10.3.1.i586",
                           product_id: "gitk-2.31.1-10.3.1.i586",
                        },
                     },
                     {
                        category: "product_version",
                        name: "perl-Git-2.31.1-10.3.1.i586",
                        product: {
                           name: "perl-Git-2.31.1-10.3.1.i586",
                           product_id: "perl-Git-2.31.1-10.3.1.i586",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "i586",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "git-doc-2.31.1-10.3.1.noarch",
                        product: {
                           name: "git-doc-2.31.1-10.3.1.noarch",
                           product_id: "git-doc-2.31.1-10.3.1.noarch",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "noarch",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "git-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-2.31.1-10.3.1.ppc64le",
                           product_id: "git-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-arch-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-arch-2.31.1-10.3.1.ppc64le",
                           product_id: "git-arch-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-core-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-core-2.31.1-10.3.1.ppc64le",
                           product_id: "git-core-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-gnome-keyring-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-credential-gnome-keyring-2.31.1-10.3.1.ppc64le",
                           product_id: "git-credential-gnome-keyring-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-libsecret-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-credential-libsecret-2.31.1-10.3.1.ppc64le",
                           product_id: "git-credential-libsecret-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-cvs-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-cvs-2.31.1-10.3.1.ppc64le",
                           product_id: "git-cvs-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-daemon-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-daemon-2.31.1-10.3.1.ppc64le",
                           product_id: "git-daemon-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-email-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-email-2.31.1-10.3.1.ppc64le",
                           product_id: "git-email-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-gui-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-gui-2.31.1-10.3.1.ppc64le",
                           product_id: "git-gui-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-p4-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-p4-2.31.1-10.3.1.ppc64le",
                           product_id: "git-p4-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-svn-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-svn-2.31.1-10.3.1.ppc64le",
                           product_id: "git-svn-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-web-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "git-web-2.31.1-10.3.1.ppc64le",
                           product_id: "git-web-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "gitk-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "gitk-2.31.1-10.3.1.ppc64le",
                           product_id: "gitk-2.31.1-10.3.1.ppc64le",
                        },
                     },
                     {
                        category: "product_version",
                        name: "perl-Git-2.31.1-10.3.1.ppc64le",
                        product: {
                           name: "perl-Git-2.31.1-10.3.1.ppc64le",
                           product_id: "perl-Git-2.31.1-10.3.1.ppc64le",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "ppc64le",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "git-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-2.31.1-10.3.1.s390x",
                           product_id: "git-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-arch-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-arch-2.31.1-10.3.1.s390x",
                           product_id: "git-arch-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-core-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-core-2.31.1-10.3.1.s390x",
                           product_id: "git-core-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-gnome-keyring-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-credential-gnome-keyring-2.31.1-10.3.1.s390x",
                           product_id: "git-credential-gnome-keyring-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-libsecret-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-credential-libsecret-2.31.1-10.3.1.s390x",
                           product_id: "git-credential-libsecret-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-cvs-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-cvs-2.31.1-10.3.1.s390x",
                           product_id: "git-cvs-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-daemon-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-daemon-2.31.1-10.3.1.s390x",
                           product_id: "git-daemon-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-email-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-email-2.31.1-10.3.1.s390x",
                           product_id: "git-email-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-gui-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-gui-2.31.1-10.3.1.s390x",
                           product_id: "git-gui-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-p4-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-p4-2.31.1-10.3.1.s390x",
                           product_id: "git-p4-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-svn-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-svn-2.31.1-10.3.1.s390x",
                           product_id: "git-svn-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-web-2.31.1-10.3.1.s390x",
                        product: {
                           name: "git-web-2.31.1-10.3.1.s390x",
                           product_id: "git-web-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "gitk-2.31.1-10.3.1.s390x",
                        product: {
                           name: "gitk-2.31.1-10.3.1.s390x",
                           product_id: "gitk-2.31.1-10.3.1.s390x",
                        },
                     },
                     {
                        category: "product_version",
                        name: "perl-Git-2.31.1-10.3.1.s390x",
                        product: {
                           name: "perl-Git-2.31.1-10.3.1.s390x",
                           product_id: "perl-Git-2.31.1-10.3.1.s390x",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "s390x",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "git-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-2.31.1-10.3.1.x86_64",
                           product_id: "git-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-arch-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-arch-2.31.1-10.3.1.x86_64",
                           product_id: "git-arch-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-core-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-core-2.31.1-10.3.1.x86_64",
                           product_id: "git-core-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-gnome-keyring-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-credential-gnome-keyring-2.31.1-10.3.1.x86_64",
                           product_id: "git-credential-gnome-keyring-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-credential-libsecret-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-credential-libsecret-2.31.1-10.3.1.x86_64",
                           product_id: "git-credential-libsecret-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-cvs-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-cvs-2.31.1-10.3.1.x86_64",
                           product_id: "git-cvs-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-daemon-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-daemon-2.31.1-10.3.1.x86_64",
                           product_id: "git-daemon-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-email-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-email-2.31.1-10.3.1.x86_64",
                           product_id: "git-email-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-gui-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-gui-2.31.1-10.3.1.x86_64",
                           product_id: "git-gui-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-p4-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-p4-2.31.1-10.3.1.x86_64",
                           product_id: "git-p4-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-svn-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-svn-2.31.1-10.3.1.x86_64",
                           product_id: "git-svn-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "git-web-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "git-web-2.31.1-10.3.1.x86_64",
                           product_id: "git-web-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "gitk-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "gitk-2.31.1-10.3.1.x86_64",
                           product_id: "gitk-2.31.1-10.3.1.x86_64",
                        },
                     },
                     {
                        category: "product_version",
                        name: "perl-Git-2.31.1-10.3.1.x86_64",
                        product: {
                           name: "perl-Git-2.31.1-10.3.1.x86_64",
                           product_id: "perl-Git-2.31.1-10.3.1.x86_64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
                        product: {
                           name: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
                           product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:sle-module-basesystem:15:sp3",
                           },
                        },
                     },
                     {
                        category: "product_name",
                        name: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
                        product: {
                           name: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
                           product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:sle-module-development-tools:15:sp3",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "SUSE Linux Enterprise",
               },
            ],
            category: "vendor",
            name: "SUSE",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-core-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-core-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-core-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-core-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-core-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-core-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-core-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-core-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "perl-Git-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.aarch64",
            },
            product_reference: "perl-Git-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "perl-Git-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "perl-Git-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "perl-Git-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.s390x",
            },
            product_reference: "perl-Git-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "perl-Git-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.x86_64",
            },
            product_reference: "perl-Git-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-arch-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-arch-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-arch-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-arch-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-arch-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-arch-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-arch-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-arch-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-cvs-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-cvs-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-cvs-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-cvs-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-cvs-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-cvs-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-cvs-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-cvs-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-daemon-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-daemon-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-daemon-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-daemon-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-daemon-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-daemon-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-daemon-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-daemon-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-doc-2.31.1-10.3.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.31.1-10.3.1.noarch",
            },
            product_reference: "git-doc-2.31.1-10.3.1.noarch",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-email-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-email-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-email-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-email-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-email-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-email-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-email-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-email-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-gui-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-gui-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-gui-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-gui-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-gui-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-gui-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-gui-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-gui-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-svn-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-svn-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-svn-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-svn-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-svn-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-svn-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-svn-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-svn-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-web-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.aarch64",
            },
            product_reference: "git-web-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-web-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "git-web-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-web-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.s390x",
            },
            product_reference: "git-web-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "git-web-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.x86_64",
            },
            product_reference: "git-web-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "gitk-2.31.1-10.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.aarch64",
            },
            product_reference: "gitk-2.31.1-10.3.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "gitk-2.31.1-10.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.ppc64le",
            },
            product_reference: "gitk-2.31.1-10.3.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "gitk-2.31.1-10.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.s390x",
            },
            product_reference: "gitk-2.31.1-10.3.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "gitk-2.31.1-10.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
               product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.x86_64",
            },
            product_reference: "gitk-2.31.1-10.3.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP3",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2021-21300",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2021-21300",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Git is an open-source distributed revision control system. In affected versions of Git a specially crafted repository that contains symbolic links as well as files using a clean/smudge filter such as Git LFS, may cause just-checked out script to be executed while cloning onto a case-insensitive file system such as NTFS, HFS+ or APFS (i.e. the default file systems on Windows and macOS). Note that clean/smudge filters have to be configured for that. Git for Windows configures Git LFS by default, and is therefore vulnerable. The problem has been patched in the versions published on Tuesday, March 9th, 2021. As a workaound, if symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. Likewise, if no clean/smudge filters such as Git LFS are configured globally (i.e. _before_ cloning), the attack is foiled. As always, it is best to avoid cloning repositories from untrusted sources. The earliest impacted version is 2.14.2. The fix versions are: 2.30.1, 2.29.3, 2.28.1, 2.27.1, 2.26.3, 2.25.5, 2.24.4, 2.23.4, 2.22.5, 2.21.4, 2.20.5, 2.19.6, 2.18.5, 2.17.62.17.6.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.31.1-10.3.1.noarch",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.x86_64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.aarch64",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.ppc64le",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.s390x",
               "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2021-21300",
               url: "https://www.suse.com/security/cve/CVE-2021-21300",
            },
            {
               category: "external",
               summary: "SUSE Bug 1183026 for CVE-2021-21300",
               url: "https://bugzilla.suse.com/1183026",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.31.1-10.3.1.noarch",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.31.1-10.3.1.noarch",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.31.1-10.3.1.x86_64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.aarch64",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.ppc64le",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.s390x",
                  "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.31.1-10.3.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2021-07-29T06:30:03Z",
               details: "important",
            },
         ],
         title: "CVE-2021-21300",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.