Action not permitted
Modal body text goes here.
cve-2020-11008
Vulnerability from cvelistv5
Published
2020-04-21 18:40
Modified
2024-08-04 11:21
Severity ?
EPSS score ?
Summary
Malicious URLs can still cause Git to send a stored credential to the wrong server
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T11:21:14.528Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282" }, { "name": "GLSA-202004-13", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202004-13" }, { "name": "[debian-lts-announce] 20200424 [SECURITY] [DLA 2182-1] git security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00015.html" }, { "name": "FEDORA-2020-f6b3b6fb18", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PN3FUOXKX3AXTULYV53ACABER2W2FSOU/" }, { "name": "FEDORA-2020-b2a2c830cf", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MOCTR2SEHCPSCOVUQJAGFPGKFMI2VE6V/" }, { "name": "USN-4334-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4334-1/" }, { "name": "FEDORA-2020-4e093619bb", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/74Q7WVJ6FKLIN62VS2JD2XCNWK5TNKOW/" }, { "name": "openSUSE-SU-2020:0598", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00003.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://support.apple.com/kb/HT211183" }, { "name": "20200522 APPLE-SA-2020-05-20-1 Xcode 11.5", "tags": [ "mailing-list", "x_refsource_FULLDISC", "x_transferred" ], "url": "http://seclists.org/fulldisclosure/2020/May/41" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "git", "vendor": "git", "versions": [ { "status": "affected", "version": "\u003c 2.17.5" }, { "status": "affected", "version": "\u003e= 2.18.0, \u003c 2.18.4" }, { "status": "affected", "version": "\u003e= 2.19.0, 2.19.5" }, { "status": "affected", "version": "\u003e= 2.20.0, \u003c 2.20.4" }, { "status": "affected", "version": "\u003e= 2.21.0, \u003c 2.21.3" }, { "status": "affected", "version": "\u003e= 2.22.0, \u003c 2.22.4" }, { "status": "affected", "version": "\u003e= 2.23.0, \u003c 2.23.3" }, { "status": "affected", "version": "\u003e= 2.24.0, \u003c 2.24.3" }, { "status": "affected", "version": "\u003e= 2.25.0, \u003c 2.25.4" }, { "status": "affected", "version": "\u003e= 2.26.0, \u003c 2.26.2" } ] } ], "descriptions": [ { "lang": "en", "value": "Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \"credential helper\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \"blank\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \"store\" helper - Git\u0027s \"cache\" helper - the \"osxkeychain\" helper that ships in Git\u0027s \"contrib\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-20", "description": "CWE-20: Improper Input Validation", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2020-05-22T18:06:08", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282" }, { "name": "GLSA-202004-13", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202004-13" }, { "name": "[debian-lts-announce] 20200424 [SECURITY] [DLA 2182-1] git security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00015.html" }, { "name": "FEDORA-2020-f6b3b6fb18", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PN3FUOXKX3AXTULYV53ACABER2W2FSOU/" }, { "name": "FEDORA-2020-b2a2c830cf", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MOCTR2SEHCPSCOVUQJAGFPGKFMI2VE6V/" }, { "name": "USN-4334-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4334-1/" }, { "name": "FEDORA-2020-4e093619bb", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/74Q7WVJ6FKLIN62VS2JD2XCNWK5TNKOW/" }, { "name": "openSUSE-SU-2020:0598", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00003.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://support.apple.com/kb/HT211183" }, { "name": "20200522 APPLE-SA-2020-05-20-1 Xcode 11.5", "tags": [ "mailing-list", "x_refsource_FULLDISC" ], "url": "http://seclists.org/fulldisclosure/2020/May/41" } ], "source": { "advisory": "GHSA-hjc9-x69f-jqj7", "discovery": "UNKNOWN" }, "title": "Malicious URLs can still cause Git to send a stored credential to the wrong server", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-11008", "STATE": "PUBLIC", "TITLE": "Malicious URLs can still cause Git to send a stored credential to the wrong server" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "git", "version": { "version_data": [ { "version_value": "\u003c 2.17.5" }, { "version_value": "\u003e= 2.18.0, \u003c 2.18.4" }, { "version_value": "\u003e= 2.19.0, 2.19.5" }, { "version_value": "\u003e= 2.20.0, \u003c 2.20.4" }, { "version_value": "\u003e= 2.21.0, \u003c 2.21.3" }, { "version_value": "\u003e= 2.22.0, \u003c 2.22.4" }, { "version_value": "\u003e= 2.23.0, \u003c 2.23.3" }, { "version_value": "\u003e= 2.24.0, \u003c 2.24.3" }, { "version_value": "\u003e= 2.25.0, \u003c 2.25.4" }, { "version_value": "\u003e= 2.26.0, \u003c 2.26.2" } ] } } ] }, "vendor_name": "git" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \"credential helper\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \"blank\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \"store\" helper - Git\u0027s \"cache\" helper - the \"osxkeychain\" helper that ships in Git\u0027s \"contrib\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability." } ] }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-20: Improper Input Validation" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "refsource": "CONFIRM", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "name": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "refsource": "MISC", "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "name": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282", "refsource": "MISC", "url": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282" }, { "name": "GLSA-202004-13", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202004-13" }, { "name": "[debian-lts-announce] 20200424 [SECURITY] [DLA 2182-1] git security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00015.html" }, { "name": "FEDORA-2020-f6b3b6fb18", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PN3FUOXKX3AXTULYV53ACABER2W2FSOU/" }, { "name": "FEDORA-2020-b2a2c830cf", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MOCTR2SEHCPSCOVUQJAGFPGKFMI2VE6V/" }, { "name": "USN-4334-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4334-1/" }, { "name": "FEDORA-2020-4e093619bb", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/74Q7WVJ6FKLIN62VS2JD2XCNWK5TNKOW/" }, { "name": "openSUSE-SU-2020:0598", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00003.html" }, { "name": "https://support.apple.com/kb/HT211183", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT211183" }, { "name": "20200522 APPLE-SA-2020-05-20-1 Xcode 11.5", "refsource": "FULLDISC", "url": "http://seclists.org/fulldisclosure/2020/May/41" } ] }, "source": { "advisory": "GHSA-hjc9-x69f-jqj7", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2020-11008", "datePublished": "2020-04-21T18:40:13", "dateReserved": "2020-03-30T00:00:00", "dateUpdated": "2024-08-04T11:21:14.528Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2020-11008\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2020-04-21T19:15:13.457\",\"lastModified\":\"2023-11-07T03:14:27.067\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \\\"credential helper\\\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \\\"blank\\\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \\\"store\\\" helper - Git\u0027s \\\"cache\\\" helper - the \\\"osxkeychain\\\" helper that ships in Git\u0027s \\\"contrib\\\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.\"},{\"lang\":\"es\",\"value\":\"Las versiones afectadas de Git tienen una vulnerabilidad por la que Git puede ser enga\u00f1ado para que env\u00ede credenciales privadas a un host controlado por un atacante. Este fallo es similar al CVE-2020-5260 (GHSA-qm7j-c969-7j4q). La correcci\u00f3n de ese bug todav\u00eda deja la puerta abierta para una explotaci\u00f3n donde se filtra la credencial de _some_ (pero el atacante no puede controlar cu\u00e1l). Git utiliza programas externos de \\\"credential helper\\\" para almacenar y recuperar contrase\u00f1as u otras credenciales desde el almacenamiento seguro proporcionado por el sistema operativo. Las URLs especialmente dise\u00f1adas que se consideran ilegales a partir de las versiones de Git recientemente publicadas pueden hacer que Git env\u00ede un patr\u00f3n \\\"blank\\\" a los asistentes, faltando los campos hostname y protocol. Muchos asistentes interpretar\u00e1n esto como una coincidencia con la URL _any_, y devolver\u00e1n alguna contrase\u00f1a almacenada sin especificar, filtrando la contrase\u00f1a hacia el servidor de un atacante. La vulnerabilidad puede ser desencadenada alimentando una URL maliciosa a \\\"git clone\\\". Sin embargo, las URLs afectadas parecen bastante sospechosas; el vector probable ser\u00eda por medio de sistemas que clonan autom\u00e1ticamente las URLs no visibles para el usuario, tales como los subm\u00f3dulos de Git, o sistemas de paquetes construidos alrededor de Git. La ra\u00edz del problema est\u00e1 en el propio Git, que no deber\u00eda estar alimentando con entradas en blanco a los asistentes. Sin embargo, la capacidad de explotar la vulnerabilidad en la pr\u00e1ctica depende de los asistentes que se utilicen. Los asistentes con credenciales que se sabe que desencadenan la vulnerabilidad: - El asistente \\\"store\\\" de Git - El asistente \\\"cache\\\" de Git - El asistente \\\"osxkeychain\\\" que se incluye en los asistentes de Credenciales del directorio \\\"contrib\\\" de Git que se conoce que son seguros incluso con versiones vulnerables de Git: - Cualquier asistente de Git Credential Manager para Windows que no est\u00e9 en esta lista, se debe asumir que desencadena la vulnerabilidad.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":4.0,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.2,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:N/A:N\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.0},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-522\"}]},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.17.5\",\"matchCriteriaId\":\"A186DC51-DE8D-4CDB-BEAD-475935A09B26\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.18.0\",\"versionEndExcluding\":\"2.18.4\",\"matchCriteriaId\":\"58AE7EAD-B185-4A6A-B0E9-9D8524C60072\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.19.0\",\"versionEndExcluding\":\"2.19.5\",\"matchCriteriaId\":\"C84AEEBC-8FBB-467E-B27F-AE89A976A2B8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.20.0\",\"versionEndExcluding\":\"2.20.4\",\"matchCriteriaId\":\"E576EE5A-19AE-4DA8-B68D-E7FEC317A737\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.21.0\",\"versionEndExcluding\":\"2.21.3\",\"matchCriteriaId\":\"A3C2AA1C-4CDC-4DF7-9BFC-07313AF87903\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.22.0\",\"versionEndExcluding\":\"2.22.4\",\"matchCriteriaId\":\"75C66031-DF10-41CE-8A96-60BEFDE87B38\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.23.0\",\"versionEndExcluding\":\"2.23.3\",\"matchCriteriaId\":\"34A96F37-0E8A-4C56-BF7A-0987E18F7BFB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.24.0\",\"versionEndExcluding\":\"2.24.3\",\"matchCriteriaId\":\"5FCA2D68-889E-4358-AF00-D94D7117DB5A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.25.0\",\"versionEndExcluding\":\"2.25.4\",\"matchCriteriaId\":\"76FA3125-7826-4480-A06E-B81940FD22E1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.26.0\",\"versionEndExcluding\":\"2.26.2\",\"matchCriteriaId\":\"8318D40D-AD16-461E-9D25-AC0069864832\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A31C8344-3E02-4EB8-8BD8-4C84B7959624\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"36D96259-24BD-44E2-96D9-78CE1D41F956\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00003.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://seclists.org/fulldisclosure/2020/May/41\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/04/msg00015.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/74Q7WVJ6FKLIN62VS2JD2XCNWK5TNKOW/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MOCTR2SEHCPSCOVUQJAGFPGKFMI2VE6V/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PN3FUOXKX3AXTULYV53ACABER2W2FSOU/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202004-13\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT211183\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://usn.ubuntu.com/4334-1/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
gsd-2020-11008
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a "blank" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker's server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git's "store" helper - Git's "cache" helper - the "osxkeychain" helper that ships in Git's "contrib" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-11008", "description": "Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \"credential helper\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \"blank\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \"store\" helper - Git\u0027s \"cache\" helper - the \"osxkeychain\" helper that ships in Git\u0027s \"contrib\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.", "id": "GSD-2020-11008", "references": [ "https://www.suse.com/security/cve/CVE-2020-11008.html", "https://www.debian.org/security/2020/dsa-4659", "https://access.redhat.com/errata/RHSA-2020:3581", "https://access.redhat.com/errata/RHSA-2020:2337", "https://access.redhat.com/errata/RHSA-2020:1980", "https://access.redhat.com/errata/RHSA-2020:1979", "https://access.redhat.com/errata/RHSA-2020:1978", "https://access.redhat.com/errata/RHSA-2020:1975", "https://ubuntu.com/security/CVE-2020-11008", "https://advisories.mageia.org/CVE-2020-11008.html", "https://security.archlinux.org/CVE-2020-11008", "https://alas.aws.amazon.com/cve/html/CVE-2020-11008.html", "https://linux.oracle.com/cve/CVE-2020-11008.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-11008" ], "details": "Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \"credential helper\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \"blank\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \"store\" helper - Git\u0027s \"cache\" helper - the \"osxkeychain\" helper that ships in Git\u0027s \"contrib\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.", "id": "GSD-2020-11008", "modified": "2023-12-13T01:22:06.304249Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-11008", "STATE": "PUBLIC", "TITLE": "Malicious URLs can still cause Git to send a stored credential to the wrong server" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "git", "version": { "version_data": [ { "version_value": "\u003c 2.17.5" }, { "version_value": "\u003e= 2.18.0, \u003c 2.18.4" }, { "version_value": "\u003e= 2.19.0, 2.19.5" }, { "version_value": "\u003e= 2.20.0, \u003c 2.20.4" }, { "version_value": "\u003e= 2.21.0, \u003c 2.21.3" }, { "version_value": "\u003e= 2.22.0, \u003c 2.22.4" }, { "version_value": "\u003e= 2.23.0, \u003c 2.23.3" }, { "version_value": "\u003e= 2.24.0, \u003c 2.24.3" }, { "version_value": "\u003e= 2.25.0, \u003c 2.25.4" }, { "version_value": "\u003e= 2.26.0, \u003c 2.26.2" } ] } } ] }, "vendor_name": "git" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \"credential helper\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \"blank\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \"store\" helper - Git\u0027s \"cache\" helper - the \"osxkeychain\" helper that ships in Git\u0027s \"contrib\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability." } ] }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-20: Improper Input Validation" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "refsource": "CONFIRM", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "name": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "refsource": "MISC", "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "name": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282", "refsource": "MISC", "url": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282" }, { "name": "GLSA-202004-13", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202004-13" }, { "name": "[debian-lts-announce] 20200424 [SECURITY] [DLA 2182-1] git security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00015.html" }, { "name": "FEDORA-2020-f6b3b6fb18", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PN3FUOXKX3AXTULYV53ACABER2W2FSOU/" }, { "name": "FEDORA-2020-b2a2c830cf", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MOCTR2SEHCPSCOVUQJAGFPGKFMI2VE6V/" }, { "name": "USN-4334-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4334-1/" }, { "name": "FEDORA-2020-4e093619bb", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/74Q7WVJ6FKLIN62VS2JD2XCNWK5TNKOW/" }, { "name": "openSUSE-SU-2020:0598", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00003.html" }, { "name": "https://support.apple.com/kb/HT211183", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT211183" }, { "name": "20200522 APPLE-SA-2020-05-20-1 Xcode 11.5", "refsource": "FULLDISC", "url": "http://seclists.org/fulldisclosure/2020/May/41" } ] }, "source": { "advisory": "GHSA-hjc9-x69f-jqj7", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.17.5", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.18.4", "versionStartIncluding": "2.18.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.19.5", "versionStartIncluding": "2.19.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.20.4", "versionStartIncluding": "2.20.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.21.3", "versionStartIncluding": "2.21.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.22.4", "versionStartIncluding": "2.22.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.23.3", "versionStartIncluding": "2.23.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.24.3", "versionStartIncluding": "2.24.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.25.4", "versionStartIncluding": "2.25.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.26.2", "versionStartIncluding": "2.26.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-11008" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external \"credential helper\" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a \"blank\" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker\u0027s server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git\u0027s \"store\" helper - Git\u0027s \"cache\" helper - the \"osxkeychain\" helper that ships in Git\u0027s \"contrib\" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-522" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "name": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/git/git/commit/c44088ecc4b0722636e0a305f9608d3047197282" }, { "name": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "refsource": "MISC", "tags": [ "Mitigation", "Patch", "Third Party Advisory" ], "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "name": "GLSA-202004-13", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202004-13" }, { "name": "[debian-lts-announce] 20200424 [SECURITY] [DLA 2182-1] git security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00015.html" }, { "name": "FEDORA-2020-f6b3b6fb18", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PN3FUOXKX3AXTULYV53ACABER2W2FSOU/" }, { "name": "FEDORA-2020-b2a2c830cf", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MOCTR2SEHCPSCOVUQJAGFPGKFMI2VE6V/" }, { "name": "USN-4334-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4334-1/" }, { "name": "FEDORA-2020-4e093619bb", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/74Q7WVJ6FKLIN62VS2JD2XCNWK5TNKOW/" }, { "name": "openSUSE-SU-2020:0598", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00003.html" }, { "name": "https://support.apple.com/kb/HT211183", "refsource": "CONFIRM", "tags": [], "url": "https://support.apple.com/kb/HT211183" }, { "name": "20200522 APPLE-SA-2020-05-20-1 Xcode 11.5", "refsource": "FULLDISC", "tags": [], "url": "http://seclists.org/fulldisclosure/2020/May/41" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2021-01-26T14:55Z", "publishedDate": "2020-04-21T19:15Z" } } }
rhsa-2020_3581
Vulnerability from csaf_redhat
Published
2020-08-31 09:24
Modified
2024-11-15 08:36
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 7.7 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Crafted URL containing new lines can cause credential leak (CVE-2020-5260)
* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 7.7 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Crafted URL containing new lines can cause credential leak (CVE-2020-5260)\n\n* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:3581", "url": "https://access.redhat.com/errata/RHSA-2020:3581" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1822020", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1822020" }, { "category": "external", "summary": "1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_3581.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-15T08:36:36+00:00", "generator": { "date": "2024-11-15T08:36:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:3581", "initial_release_date": "2020-08-31T09:24:57+00:00", "revision_history": [ { "date": "2020-08-31T09:24:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-08-31T09:24:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T08:36:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "emacs-git-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "emacs-git-0:1.8.3.1-23.el7_7.noarch", "product_id": "emacs-git-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/emacs-git@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "product_id": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/emacs-git-el@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-all-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-all-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-all-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-bzr-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-bzr-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-bzr-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-bzr@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-cvs-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-cvs-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-cvs-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-cvs@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-email-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-email-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-gui-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-gui-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-hg-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-hg-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-hg-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-hg@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-instaweb-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-instaweb-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "git-p4-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "git-p4-0:1.8.3.1-23.el7_7.noarch", "product_id": "git-p4-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-p4@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "gitk-0:1.8.3.1-23.el7_7.noarch", "product_id": "gitk-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "gitweb-0:1.8.3.1-23.el7_7.noarch", "product_id": "gitweb-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "perl-Git-0:1.8.3.1-23.el7_7.noarch", "product_id": "perl-Git-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@1.8.3.1-23.el7_7?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "product": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "product_id": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@1.8.3.1-23.el7_7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_7.x86_64", "product": { "name": "git-0:1.8.3.1-23.el7_7.x86_64", "product_id": "git-0:1.8.3.1-23.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_7?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_7.x86_64", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_7.x86_64", "product_id": "git-daemon-0:1.8.3.1-23.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_7?arch=x86_64" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_7?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_7.x86_64", "product": { "name": "git-svn-0:1.8.3.1-23.el7_7.x86_64", "product_id": "git-svn-0:1.8.3.1-23.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_7?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_7.src", "product": { "name": "git-0:1.8.3.1-23.el7_7.src", "product_id": "git-0:1.8.3.1-23.el7_7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_7.s390x", "product": { "name": "git-0:1.8.3.1-23.el7_7.s390x", "product_id": "git-0:1.8.3.1-23.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_7?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_7?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_7.s390x", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_7.s390x", "product_id": "git-daemon-0:1.8.3.1-23.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_7?arch=s390x" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_7?arch=s390x" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_7.s390x", "product": { "name": "git-svn-0:1.8.3.1-23.el7_7.s390x", "product_id": "git-svn-0:1.8.3.1-23.el7_7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_7.ppc64", "product": { "name": "git-0:1.8.3.1-23.el7_7.ppc64", "product_id": "git-0:1.8.3.1-23.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_7?arch=ppc64" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_7?arch=ppc64" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64", "product_id": "git-daemon-0:1.8.3.1-23.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_7?arch=ppc64" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_7?arch=ppc64" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64", "product": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64", "product_id": "git-svn-0:1.8.3.1-23.el7_7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_7.ppc64le", "product": { "name": "git-0:1.8.3.1-23.el7_7.ppc64le", "product_id": "git-0:1.8.3.1-23.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_7?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_7?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "product_id": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_7?arch=ppc64le" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_7?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64le", "product": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64le", "product_id": "git-svn-0:1.8.3.1-23.el7_7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.src as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src" }, "product_reference": "git-0:1.8.3.1-23.el7_7.src", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional EUS (v. 7.7)", "product_id": "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.src as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src" }, "product_reference": "git-0:1.8.3.1-23.el7_7.src", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.src as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src" }, "product_reference": "git-0:1.8.3.1-23.el7_7.src", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.ppc64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.ppc64le as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.ppc64le", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.s390x as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.s390x", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_7.x86_64 as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_7.x86_64", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch as a component of Red Hat Enterprise Linux Server Optional EUS (v. 7.7)", "product_id": "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "relates_to_product_reference": "7Server-optional-7.7.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Felix Wilhelm" ], "organization": "Google project zero", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-5260", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1822020" } ], "notes": [ { "category": "description", "text": "A flaw was found in git. Credentials can be leaked through the use of a crafted URL that contains a newline, fooling the credential helper to give information for a different host. Highest threat from the vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never packaged for this instance of RHEL.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-5260" }, { "category": "external", "summary": "RHBZ#1822020", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1822020" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-5260", "url": "https://www.cve.org/CVERecord?id=CVE-2020-5260" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-5260", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-5260" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-14T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-08-31T09:24:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3581" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n1. Examine the hostname and username portion of URLs fed to git clone for the presence of encoded newlines (%0a) or evidence of credential-protocol injections (e.g., host=github.com)\n2. Avoid using submodules with untrusted repositories (don\u0027t use clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules)\n3. Avoid tools which may run git clone on untrusted URLs under the hood", "product_ids": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines can cause credential leak" }, { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Carlo Arenas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-11008", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826001" } ], "notes": [ { "category": "description", "text": "A flaw was found in git where credentials can be leaked through the use of a crafted URL. The crafted URL must contain a newline, empty host, or lack a scheme so that the credential helper is fulled into giving the information of a different host to the client. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never made available for this product.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11008" }, { "category": "external", "summary": "RHBZ#1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11008", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11008" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-20T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-08-31T09:24:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3581" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n\n1. Examine the hostname and username portion of URLs fed to git clone or git fetch for the presence of encoded newlines (%0A) or syntactic oddities (e.g., http:///host with three slashes).\n2. Avoid using submodules with untrusted repositories (don\u0027t use git clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules).\n3. Avoid tools which may run git clone on untrusted URLs under the hood.\n4. Avoid using the credential helper by only cloning publicly available repositories.", "product_ids": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7ComputeNode-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7ComputeNode-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7ComputeNode-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7ComputeNode-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7ComputeNode-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:emacs-git-el-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.src", "7Server-optional-7.7.EUS:git-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-all-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-bzr-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-cvs-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-daemon-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-debuginfo-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-email-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-gnome-keyring-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:git-gui-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-hg-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-instaweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-p4-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.ppc64le", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.s390x", "7Server-optional-7.7.EUS:git-svn-0:1.8.3.1-23.el7_7.x86_64", "7Server-optional-7.7.EUS:gitk-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:gitweb-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-0:1.8.3.1-23.el7_7.noarch", "7Server-optional-7.7.EUS:perl-Git-SVN-0:1.8.3.1-23.el7_7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak" } ] }
rhsa-2020_2337
Vulnerability from csaf_redhat
Published
2020-05-28 19:43
Modified
2024-11-15 08:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:2337", "url": "https://access.redhat.com/errata/RHSA-2020:2337" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_2337.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-15T08:31:23+00:00", "generator": { "date": "2024-11-15T08:31:23+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:2337", "initial_release_date": "2020-05-28T19:43:05+00:00", "revision_history": [ { "date": "2020-05-28T19:43:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-05-28T19:43:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T08:31:23+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_8.x86_64", "product": { "name": "git-0:1.8.3.1-23.el7_8.x86_64", "product_id": "git-0:1.8.3.1-23.el7_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_8?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_8?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "product_id": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_8?arch=x86_64" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_8?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "product": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "product_id": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_8.src", "product": { "name": "git-0:1.8.3.1-23.el7_8.src", "product_id": "git-0:1.8.3.1-23.el7_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "product_id": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "product_id": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/emacs-git@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "product_id": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/emacs-git-el@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-all-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-all-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-bzr@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-cvs@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-email-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-gui-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-hg-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-hg-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-hg@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "git-p4-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch", "product_id": "git-p4-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-p4@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch", "product_id": "gitk-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch", "product_id": "gitweb-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@1.8.3.1-23.el7_8?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "product": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "product_id": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@1.8.3.1-23.el7_8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_8.s390x", "product": { "name": "git-0:1.8.3.1-23.el7_8.s390x", "product_id": "git-0:1.8.3.1-23.el7_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_8?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_8?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "product_id": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_8?arch=s390x" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_8?arch=s390x" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_8.s390x", "product": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x", "product_id": "git-svn-0:1.8.3.1-23.el7_8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_8.ppc64", "product": { "name": "git-0:1.8.3.1-23.el7_8.ppc64", "product_id": "git-0:1.8.3.1-23.el7_8.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_8?arch=ppc64" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_8?arch=ppc64" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "product_id": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_8?arch=ppc64" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_8?arch=ppc64" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "product": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "product_id": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_8?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "git-0:1.8.3.1-23.el7_8.ppc64le", "product": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le", "product_id": "git-0:1.8.3.1-23.el7_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@1.8.3.1-23.el7_8?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "product": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "product_id": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-23.el7_8?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "product": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "product_id": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-23.el7_8?arch=ppc64le" } } }, { "category": "product_version", "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "product": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "product_id": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-23.el7_8?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "product": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "product_id": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@1.8.3.1-23.el7_8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src" }, "product_reference": "git-0:1.8.3.1-23.el7_8.src", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Client-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src" }, "product_reference": "git-0:1.8.3.1-23.el7_8.src", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.src" }, "product_reference": "git-0:1.8.3.1-23.el7_8.src", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src" }, "product_reference": "git-0:1.8.3.1-23.el7_8.src", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Server-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.src" }, "product_reference": "git-0:1.8.3.1-23.el7_8.src", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src" }, "product_reference": "git-0:1.8.3.1-23.el7_8.src", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-all-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-bzr-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-bzr-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-cvs-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-daemon-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-email-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-gui-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-hg-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-hg-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-instaweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "git-p4-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.s390x", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:1.8.3.1-23.el7_8.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64" }, "product_reference": "git-svn-0:1.8.3.1-23.el7_8.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitk-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "gitweb-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" }, "product_reference": "perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "relates_to_product_reference": "7Workstation-optional-7.8.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Carlo Arenas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-11008", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826001" } ], "notes": [ { "category": "description", "text": "A flaw was found in git where credentials can be leaked through the use of a crafted URL. The crafted URL must contain a newline, empty host, or lack a scheme so that the credential helper is fulled into giving the information of a different host to the client. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never made available for this product.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11008" }, { "category": "external", "summary": "RHBZ#1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11008", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11008" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-20T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-05-28T19:43:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:2337" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n\n1. Examine the hostname and username portion of URLs fed to git clone or git fetch for the presence of encoded newlines (%0A) or syntactic oddities (e.g., http:///host with three slashes).\n2. Avoid using submodules with untrusted repositories (don\u0027t use git clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules).\n3. Avoid tools which may run git clone on untrusted URLs under the hood.\n4. Avoid using the credential helper by only cloning publicly available repositories.", "product_ids": [ "7Client-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Client-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Client-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Client-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Client-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Client-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7ComputeNode-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7ComputeNode-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7ComputeNode-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7ComputeNode-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Server-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Server-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Server-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Server-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:emacs-git-el-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.src", "7Workstation-optional-7.8.Z:git-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-all-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-bzr-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-cvs-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-daemon-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-debuginfo-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-email-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-gnome-keyring-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:git-gui-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-hg-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-instaweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-p4-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.ppc64le", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.s390x", "7Workstation-optional-7.8.Z:git-svn-0:1.8.3.1-23.el7_8.x86_64", "7Workstation-optional-7.8.Z:gitk-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:gitweb-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-0:1.8.3.1-23.el7_8.noarch", "7Workstation-optional-7.8.Z:perl-Git-SVN-0:1.8.3.1-23.el7_8.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak" } ] }
rhsa-2020_1979
Vulnerability from csaf_redhat
Published
2020-04-30 10:00
Modified
2024-11-15 08:29
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
The following packages have been upgraded to a later upstream version: git (2.18.4). (BZ#1826007)
Security Fix(es):
* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nThe following packages have been upgraded to a later upstream version: git (2.18.4). (BZ#1826007)\n\nSecurity Fix(es):\n\n* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1979", "url": "https://access.redhat.com/errata/RHSA-2020:1979" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1979.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-15T08:29:27+00:00", "generator": { "date": "2024-11-15T08:29:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:1979", "initial_release_date": "2020-04-30T10:00:15+00:00", "revision_history": [ { "date": "2020-04-30T10:00:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-30T10:00:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T08:29:27+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-core-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-core-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-daemon-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-daemon-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-instaweb-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-instaweb-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-subtree-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-subtree-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-svn-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-svn-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-debugsource-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-debugsource-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-1.el8_1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_id": "git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-1.el8_1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-0:2.18.4-1.el8_1.s390x", "product_id": "git-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-core-0:2.18.4-1.el8_1.s390x", "product_id": "git-core-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-daemon-0:2.18.4-1.el8_1.s390x", "product_id": "git-daemon-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-instaweb-0:2.18.4-1.el8_1.s390x", "product_id": "git-instaweb-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-subtree-0:2.18.4-1.el8_1.s390x", "product_id": "git-subtree-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-svn-0:2.18.4-1.el8_1.s390x", "product_id": "git-svn-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-debugsource-0:2.18.4-1.el8_1.s390x", "product_id": "git-debugsource-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "product_id": "git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "product_id": "git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-debuginfo-0:2.18.4-1.el8_1.s390x", "product_id": "git-debuginfo-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-1.el8_1?arch=s390x" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "product": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "product_id": "git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-1.el8_1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-0:2.18.4-1.el8_1.x86_64", "product_id": "git-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-core-0:2.18.4-1.el8_1.x86_64", "product_id": "git-core-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-daemon-0:2.18.4-1.el8_1.x86_64", "product_id": "git-daemon-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-instaweb-0:2.18.4-1.el8_1.x86_64", "product_id": "git-instaweb-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-subtree-0:2.18.4-1.el8_1.x86_64", "product_id": "git-subtree-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-svn-0:2.18.4-1.el8_1.x86_64", "product_id": "git-svn-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-debugsource-0:2.18.4-1.el8_1.x86_64", "product_id": "git-debugsource-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_id": "git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_id": "git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_id": "git-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-1.el8_1?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "product": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_id": "git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-1.el8_1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-0:2.18.4-1.el8_1.aarch64", "product_id": "git-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-core-0:2.18.4-1.el8_1.aarch64", "product_id": "git-core-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-daemon-0:2.18.4-1.el8_1.aarch64", "product_id": "git-daemon-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-instaweb-0:2.18.4-1.el8_1.aarch64", "product_id": "git-instaweb-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-subtree-0:2.18.4-1.el8_1.aarch64", "product_id": "git-subtree-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-svn-0:2.18.4-1.el8_1.aarch64", "product_id": "git-svn-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-debugsource-0:2.18.4-1.el8_1.aarch64", "product_id": "git-debugsource-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_id": "git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_id": "git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_id": "git-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-1.el8_1?arch=aarch64" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "product": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_id": "git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-1.el8_1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_1.src", "product": { "name": "git-0:2.18.4-1.el8_1.src", "product_id": "git-0:2.18.4-1.el8_1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.18.4-1.el8_1.noarch", "product": { "name": "git-all-0:2.18.4-1.el8_1.noarch", "product_id": "git-all-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.18.4-1.el8_1.noarch", "product": { "name": "git-core-doc-0:2.18.4-1.el8_1.noarch", "product_id": "git-core-doc-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.18.4-1.el8_1.noarch", "product": { "name": "git-email-0:2.18.4-1.el8_1.noarch", "product_id": "git-email-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.18.4-1.el8_1.noarch", "product": { "name": "git-gui-0:2.18.4-1.el8_1.noarch", "product_id": "git-gui-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.18.4-1.el8_1.noarch", "product": { "name": "gitk-0:2.18.4-1.el8_1.noarch", "product_id": "gitk-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.18.4-1.el8_1.noarch", "product": { "name": "gitweb-0:2.18.4-1.el8_1.noarch", "product_id": "gitweb-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.18.4-1.el8_1.noarch", "product": { "name": "perl-Git-0:2.18.4-1.el8_1.noarch", "product_id": "perl-Git-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.18.4-1.el8_1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.18.4-1.el8_1.noarch", "product": { "name": "perl-Git-SVN-0:2.18.4-1.el8_1.noarch", "product_id": "perl-Git-SVN-0:2.18.4-1.el8_1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-1.el8_1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.src" }, "product_reference": "git-0:2.18.4-1.el8_1.src", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-all-0:2.18.4-1.el8_1.noarch" }, "product_reference": "git-all-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-core-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-core-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-core-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-core-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-core-doc-0:2.18.4-1.el8_1.noarch" }, "product_reference": "git-core-doc-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-daemon-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-daemon-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-daemon-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-daemon-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-debuginfo-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-debuginfo-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-debuginfo-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-debugsource-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-debugsource-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-debugsource-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-debugsource-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-email-0:2.18.4-1.el8_1.noarch" }, "product_reference": "git-email-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-gui-0:2.18.4-1.el8_1.noarch" }, "product_reference": "git-gui-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-instaweb-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-instaweb-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-instaweb-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-instaweb-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-subtree-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-subtree-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-subtree-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-subtree-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-svn-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-svn-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-svn-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-svn-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64" }, "product_reference": "git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le" }, "product_reference": "git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.s390x" }, "product_reference": "git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64" }, "product_reference": "git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:gitk-0:2.18.4-1.el8_1.noarch" }, "product_reference": "gitk-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:gitweb-0:2.18.4-1.el8_1.noarch" }, "product_reference": "gitweb-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:perl-Git-0:2.18.4-1.el8_1.noarch" }, "product_reference": "perl-Git-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.18.4-1.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.1)", "product_id": "AppStream-8.1.0.Z.EUS:perl-Git-SVN-0:2.18.4-1.el8_1.noarch" }, "product_reference": "perl-Git-SVN-0:2.18.4-1.el8_1.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Carlo Arenas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-11008", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826001" } ], "notes": [ { "category": "description", "text": "A flaw was found in git where credentials can be leaked through the use of a crafted URL. The crafted URL must contain a newline, empty host, or lack a scheme so that the credential helper is fulled into giving the information of a different host to the client. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never made available for this product.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.src", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-all-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-doc-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-email-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-gui-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:gitk-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:gitweb-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-SVN-0:2.18.4-1.el8_1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11008" }, { "category": "external", "summary": "RHBZ#1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11008", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11008" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-20T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-30T10:00:15+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.src", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-all-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-doc-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-email-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-gui-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:gitk-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:gitweb-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-SVN-0:2.18.4-1.el8_1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1979" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n\n1. Examine the hostname and username portion of URLs fed to git clone or git fetch for the presence of encoded newlines (%0A) or syntactic oddities (e.g., http:///host with three slashes).\n2. Avoid using submodules with untrusted repositories (don\u0027t use git clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules).\n3. Avoid tools which may run git clone on untrusted URLs under the hood.\n4. Avoid using the credential helper by only cloning publicly available repositories.", "product_ids": [ "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.src", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-all-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-doc-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-email-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-gui-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:gitk-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:gitweb-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-SVN-0:2.18.4-1.el8_1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.src", "AppStream-8.1.0.Z.EUS:git-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-all-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-core-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-core-doc-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-daemon-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-debugsource-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-email-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-gui-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-instaweb-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-subtree-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.aarch64", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.ppc64le", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.s390x", "AppStream-8.1.0.Z.EUS:git-svn-debuginfo-0:2.18.4-1.el8_1.x86_64", "AppStream-8.1.0.Z.EUS:gitk-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:gitweb-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-0:2.18.4-1.el8_1.noarch", "AppStream-8.1.0.Z.EUS:perl-Git-SVN-0:2.18.4-1.el8_1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak" } ] }
rhsa-2020_1980
Vulnerability from csaf_redhat
Published
2020-04-30 11:18
Modified
2024-11-15 08:29
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
The following packages have been upgraded to a later upstream version: git (2.18.4). (BZ#1826008)
Security Fix(es):
* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nThe following packages have been upgraded to a later upstream version: git (2.18.4). (BZ#1826008)\n\nSecurity Fix(es):\n\n* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1980", "url": "https://access.redhat.com/errata/RHSA-2020:1980" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1980.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-15T08:29:44+00:00", "generator": { "date": "2024-11-15T08:29:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:1980", "initial_release_date": "2020-04-30T11:18:15+00:00", "revision_history": [ { "date": "2020-04-30T11:18:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-30T11:18:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T08:29:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-core-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-core-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-daemon-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-daemon-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-instaweb-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-instaweb-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-subtree-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-subtree-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-svn-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-svn-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-debugsource-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-debugsource-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-2.el8_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_id": "git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-2.el8_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-0:2.18.4-2.el8_2.s390x", "product_id": "git-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-core-0:2.18.4-2.el8_2.s390x", "product_id": "git-core-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-daemon-0:2.18.4-2.el8_2.s390x", "product_id": "git-daemon-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-instaweb-0:2.18.4-2.el8_2.s390x", "product_id": "git-instaweb-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-subtree-0:2.18.4-2.el8_2.s390x", "product_id": "git-subtree-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-svn-0:2.18.4-2.el8_2.s390x", "product_id": "git-svn-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-debugsource-0:2.18.4-2.el8_2.s390x", "product_id": "git-debugsource-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "product_id": "git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "product_id": "git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-debuginfo-0:2.18.4-2.el8_2.s390x", "product_id": "git-debuginfo-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-2.el8_2?arch=s390x" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "product": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "product_id": "git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-2.el8_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-0:2.18.4-2.el8_2.x86_64", "product_id": "git-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-core-0:2.18.4-2.el8_2.x86_64", "product_id": "git-core-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-daemon-0:2.18.4-2.el8_2.x86_64", "product_id": "git-daemon-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-instaweb-0:2.18.4-2.el8_2.x86_64", "product_id": "git-instaweb-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-subtree-0:2.18.4-2.el8_2.x86_64", "product_id": "git-subtree-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-svn-0:2.18.4-2.el8_2.x86_64", "product_id": "git-svn-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-debugsource-0:2.18.4-2.el8_2.x86_64", "product_id": "git-debugsource-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_id": "git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_id": "git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_id": "git-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-2.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "product": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_id": "git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-2.el8_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-0:2.18.4-2.el8_2.aarch64", "product_id": "git-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-core-0:2.18.4-2.el8_2.aarch64", "product_id": "git-core-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-daemon-0:2.18.4-2.el8_2.aarch64", "product_id": "git-daemon-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-instaweb-0:2.18.4-2.el8_2.aarch64", "product_id": "git-instaweb-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-subtree-0:2.18.4-2.el8_2.aarch64", "product_id": "git-subtree-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-svn-0:2.18.4-2.el8_2.aarch64", "product_id": "git-svn-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-debugsource-0:2.18.4-2.el8_2.aarch64", "product_id": "git-debugsource-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_id": "git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_id": "git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_id": "git-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-2.el8_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "product": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_id": "git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-2.el8_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-2.el8_2.src", "product": { "name": "git-0:2.18.4-2.el8_2.src", "product_id": "git-0:2.18.4-2.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-2.el8_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.18.4-2.el8_2.noarch", "product": { "name": "git-all-0:2.18.4-2.el8_2.noarch", "product_id": "git-all-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.18.4-2.el8_2.noarch", "product": { "name": "git-core-doc-0:2.18.4-2.el8_2.noarch", "product_id": "git-core-doc-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.18.4-2.el8_2.noarch", "product": { "name": "git-email-0:2.18.4-2.el8_2.noarch", "product_id": "git-email-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.18.4-2.el8_2.noarch", "product": { "name": "git-gui-0:2.18.4-2.el8_2.noarch", "product_id": "git-gui-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.18.4-2.el8_2.noarch", "product": { "name": "gitk-0:2.18.4-2.el8_2.noarch", "product_id": "gitk-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.18.4-2.el8_2.noarch", "product": { "name": "gitweb-0:2.18.4-2.el8_2.noarch", "product_id": "gitweb-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.18.4-2.el8_2.noarch", "product": { "name": "perl-Git-0:2.18.4-2.el8_2.noarch", "product_id": "perl-Git-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.18.4-2.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.18.4-2.el8_2.noarch", "product": { "name": "perl-Git-SVN-0:2.18.4-2.el8_2.noarch", "product_id": "perl-Git-SVN-0:2.18.4-2.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-2.el8_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-2.el8_2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.src" }, "product_reference": "git-0:2.18.4-2.el8_2.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-all-0:2.18.4-2.el8_2.noarch" }, "product_reference": "git-all-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-core-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-core-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-core-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-core-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-core-doc-0:2.18.4-2.el8_2.noarch" }, "product_reference": "git-core-doc-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-daemon-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-daemon-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-daemon-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-daemon-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-debuginfo-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-debuginfo-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-debuginfo-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-debugsource-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-debugsource-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-debugsource-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-debugsource-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-email-0:2.18.4-2.el8_2.noarch" }, "product_reference": "git-email-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-gui-0:2.18.4-2.el8_2.noarch" }, "product_reference": "git-gui-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-instaweb-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-instaweb-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-instaweb-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-instaweb-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-subtree-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-subtree-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-subtree-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-subtree-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-svn-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-svn-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-svn-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-svn-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64" }, "product_reference": "git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le" }, "product_reference": "git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.s390x" }, "product_reference": "git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64" }, "product_reference": "git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:gitk-0:2.18.4-2.el8_2.noarch" }, "product_reference": "gitk-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:gitweb-0:2.18.4-2.el8_2.noarch" }, "product_reference": "gitweb-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-0:2.18.4-2.el8_2.noarch" }, "product_reference": "perl-Git-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.18.4-2.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.18.4-2.el8_2.noarch" }, "product_reference": "perl-Git-SVN-0:2.18.4-2.el8_2.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Carlo Arenas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-11008", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826001" } ], "notes": [ { "category": "description", "text": "A flaw was found in git where credentials can be leaked through the use of a crafted URL. The crafted URL must contain a newline, empty host, or lack a scheme so that the credential helper is fulled into giving the information of a different host to the client. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never made available for this product.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.src", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-all-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-doc-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-email-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-gui-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:gitk-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:gitweb-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.18.4-2.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11008" }, { "category": "external", "summary": "RHBZ#1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11008", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11008" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-20T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-30T11:18:15+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.src", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-all-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-doc-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-email-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-gui-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:gitk-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:gitweb-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.18.4-2.el8_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1980" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n\n1. Examine the hostname and username portion of URLs fed to git clone or git fetch for the presence of encoded newlines (%0A) or syntactic oddities (e.g., http:///host with three slashes).\n2. Avoid using submodules with untrusted repositories (don\u0027t use git clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules).\n3. Avoid tools which may run git clone on untrusted URLs under the hood.\n4. Avoid using the credential helper by only cloning publicly available repositories.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.src", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-all-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-doc-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-email-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-gui-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:gitk-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:gitweb-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.18.4-2.el8_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.src", "AppStream-8.2.0.Z.MAIN.EUS:git-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-all-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-core-doc-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-debugsource-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-email-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-gui-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-instaweb-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-subtree-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.s390x", "AppStream-8.2.0.Z.MAIN.EUS:git-svn-debuginfo-0:2.18.4-2.el8_2.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:gitk-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:gitweb-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-0:2.18.4-2.el8_2.noarch", "AppStream-8.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.18.4-2.el8_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak" } ] }
rhsa-2020_1978
Vulnerability from csaf_redhat
Published
2020-04-30 10:29
Modified
2024-11-15 08:29
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.0 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
The following packages have been upgraded to a later upstream version: git (2.18.4). (BZ#1826006)
Security Fix(es):
* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 8.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nThe following packages have been upgraded to a later upstream version: git (2.18.4). (BZ#1826006)\n\nSecurity Fix(es):\n\n* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1978", "url": "https://access.redhat.com/errata/RHSA-2020:1978" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1978.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-15T08:29:35+00:00", "generator": { "date": "2024-11-15T08:29:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:1978", "initial_release_date": "2020-04-30T10:29:52+00:00", "revision_history": [ { "date": "2020-04-30T10:29:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-30T10:29:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T08:29:35+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-core-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-core-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-daemon-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-daemon-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-instaweb-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-instaweb-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-subtree-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-subtree-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-svn-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-svn-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-debugsource-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-debugsource-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-1.el8_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_id": "git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-1.el8_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-0:2.18.4-1.el8_0.x86_64", "product_id": "git-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-core-0:2.18.4-1.el8_0.x86_64", "product_id": "git-core-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-daemon-0:2.18.4-1.el8_0.x86_64", "product_id": "git-daemon-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-instaweb-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-instaweb-0:2.18.4-1.el8_0.x86_64", "product_id": "git-instaweb-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-subtree-0:2.18.4-1.el8_0.x86_64", "product_id": "git-subtree-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-svn-0:2.18.4-1.el8_0.x86_64", "product_id": "git-svn-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-debugsource-0:2.18.4-1.el8_0.x86_64", "product_id": "git-debugsource-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_id": "git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_id": "git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_id": "git-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-1.el8_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "product": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_id": "git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-1.el8_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.18.4-1.el8_0.src", "product": { "name": "git-0:2.18.4-1.el8_0.src", "product_id": "git-0:2.18.4-1.el8_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.18.4-1.el8_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.18.4-1.el8_0.noarch", "product": { "name": "git-all-0:2.18.4-1.el8_0.noarch", "product_id": "git-all-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.18.4-1.el8_0.noarch", "product": { "name": "git-core-doc-0:2.18.4-1.el8_0.noarch", "product_id": "git-core-doc-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.18.4-1.el8_0.noarch", "product": { "name": "git-email-0:2.18.4-1.el8_0.noarch", "product_id": "git-email-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.18.4-1.el8_0.noarch", "product": { "name": "git-gui-0:2.18.4-1.el8_0.noarch", "product_id": "git-gui-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.18.4-1.el8_0.noarch", "product": { "name": "gitk-0:2.18.4-1.el8_0.noarch", "product_id": "gitk-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.18.4-1.el8_0.noarch", "product": { "name": "gitweb-0:2.18.4-1.el8_0.noarch", "product_id": "gitweb-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.18.4-1.el8_0.noarch", "product": { "name": "perl-Git-0:2.18.4-1.el8_0.noarch", "product_id": "perl-Git-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.18.4-1.el8_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.18.4-1.el8_0.noarch", "product": { "name": "perl-Git-SVN-0:2.18.4-1.el8_0.noarch", "product_id": "perl-Git-SVN-0:2.18.4-1.el8_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-1.el8_0?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.src" }, "product_reference": "git-0:2.18.4-1.el8_0.src", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-all-0:2.18.4-1.el8_0.noarch" }, "product_reference": "git-all-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-core-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-core-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-core-doc-0:2.18.4-1.el8_0.noarch" }, "product_reference": "git-core-doc-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-daemon-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-daemon-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-debuginfo-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-debugsource-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-debugsource-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-email-0:2.18.4-1.el8_0.noarch" }, "product_reference": "git-email-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-gui-0:2.18.4-1.el8_0.noarch" }, "product_reference": "git-gui-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-instaweb-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-instaweb-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-subtree-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-subtree-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-svn-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-svn-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le" }, "product_reference": "git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64" }, "product_reference": "git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:gitk-0:2.18.4-1.el8_0.noarch" }, "product_reference": "gitk-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:gitweb-0:2.18.4-1.el8_0.noarch" }, "product_reference": "gitweb-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:perl-Git-0:2.18.4-1.el8_0.noarch" }, "product_reference": "perl-Git-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.18.4-1.el8_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.0)", "product_id": "AppStream-8.0.0.Z.E4S:perl-Git-SVN-0:2.18.4-1.el8_0.noarch" }, "product_reference": "perl-Git-SVN-0:2.18.4-1.el8_0.noarch", "relates_to_product_reference": "AppStream-8.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Carlo Arenas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-11008", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826001" } ], "notes": [ { "category": "description", "text": "A flaw was found in git where credentials can be leaked through the use of a crafted URL. The crafted URL must contain a newline, empty host, or lack a scheme so that the credential helper is fulled into giving the information of a different host to the client. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never made available for this product.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.src", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-all-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-doc-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-email-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-gui-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:gitk-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:gitweb-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-SVN-0:2.18.4-1.el8_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11008" }, { "category": "external", "summary": "RHBZ#1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11008", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11008" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-20T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-30T10:29:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.src", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-all-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-doc-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-email-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-gui-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:gitk-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:gitweb-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-SVN-0:2.18.4-1.el8_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1978" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n\n1. Examine the hostname and username portion of URLs fed to git clone or git fetch for the presence of encoded newlines (%0A) or syntactic oddities (e.g., http:///host with three slashes).\n2. Avoid using submodules with untrusted repositories (don\u0027t use git clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules).\n3. Avoid tools which may run git clone on untrusted URLs under the hood.\n4. Avoid using the credential helper by only cloning publicly available repositories.", "product_ids": [ "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.src", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-all-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-doc-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-email-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-gui-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:gitk-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:gitweb-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-SVN-0:2.18.4-1.el8_0.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.src", "AppStream-8.0.0.Z.E4S:git-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-all-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-core-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-core-doc-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-debugsource-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-email-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-gui-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-instaweb-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-subtree-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.ppc64le", "AppStream-8.0.0.Z.E4S:git-svn-debuginfo-0:2.18.4-1.el8_0.x86_64", "AppStream-8.0.0.Z.E4S:gitk-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:gitweb-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-0:2.18.4-1.el8_0.noarch", "AppStream-8.0.0.Z.E4S:perl-Git-SVN-0:2.18.4-1.el8_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak" } ] }
rhsa-2020_1975
Vulnerability from csaf_redhat
Published
2020-04-29 20:09
Modified
2024-11-15 08:29
Summary
Red Hat Security Advisory: rh-git218-git security update
Notes
Topic
An update for rh-git218-git is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
The following packages have been upgraded to a later upstream version: rh-git218-git (2.18.4). (BZ#1826010)
Security Fix(es):
* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-git218-git is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nThe following packages have been upgraded to a later upstream version: rh-git218-git (2.18.4). (BZ#1826010)\n\nSecurity Fix(es):\n\n* git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak (CVE-2020-11008)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1975", "url": "https://access.redhat.com/errata/RHSA-2020:1975" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1975.json" } ], "title": "Red Hat Security Advisory: rh-git218-git security update", "tracking": { "current_release_date": "2024-11-15T08:29:19+00:00", "generator": { "date": "2024-11-15T08:29:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:1975", "initial_release_date": "2020-04-29T20:09:22+00:00", "revision_history": [ { "date": "2020-04-29T20:09:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-29T20:09:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T08:29:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git@2.18.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-core@2.18.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-daemon@2.18.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-instaweb@2.18.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-subtree@2.18.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-svn@2.18.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "product": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "product_id": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-debuginfo@2.18.4-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-git218-git-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git@2.18.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-core@2.18.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-daemon@2.18.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-instaweb@2.18.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-subtree@2.18.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-svn@2.18.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "product": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "product_id": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-debuginfo@2.18.4-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-git218-git-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git@2.18.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-git218-git-core-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-core-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-core-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-core@2.18.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-daemon@2.18.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-instaweb@2.18.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-subtree@2.18.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-svn@2.18.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "product": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "product_id": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-debuginfo@2.18.4-1.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rh-git218-git-0:2.18.4-1.el7.src", "product": { "name": "rh-git218-git-0:2.18.4-1.el7.src", "product_id": "rh-git218-git-0:2.18.4-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git@2.18.4-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-all@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-core-doc@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-cvs@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-email@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-gui@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-p4@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-gitk@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-gitweb@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-perl-Git@2.18.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "product": { "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "product_id": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-perl-Git-SVN@2.18.4-1.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-git218-git-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git@2.18.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-core@2.18.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-daemon@2.18.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-instaweb@2.18.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-subtree@2.18.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-svn@2.18.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "product": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "product_id": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-git218-git-debuginfo@2.18.4-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.src" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.src" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-all-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-all-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-core-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-email-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-email-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-gui-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-gui-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-p4-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-git-p4-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64" }, "product_reference": "rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitk-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitk-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-gitweb-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-gitweb-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" }, { "category": "default_component_of", "full_product_name": { "name": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" }, "product_reference": "rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.4" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Git project" ] }, { "names": [ "Carlo Arenas" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-11008", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2020-04-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1826001" } ], "notes": [ { "category": "description", "text": "A flaw was found in git where credentials can be leaked through the use of a crafted URL. The crafted URL must contain a newline, empty host, or lack a scheme so that the credential helper is fulled into giving the information of a different host to the client. The highest threat from this vulnerability is to data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux 6 is not affected by this flaw as the vulnerable version of git, version 1.7.9-rc0 and later, was never made available for this product.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11008" }, { "category": "external", "summary": "RHBZ#1826001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1826001" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11008", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11008" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11008" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7", "url": "https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/", "url": "https://lore.kernel.org/git/xmqq4kterq5s.fsf@gitster.c.googlers.com/" } ], "release_date": "2020-04-20T18:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-29T20:09:22+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1975" }, { "category": "workaround", "details": "The most complete workaround is to disable credential helpers altogether:\n\n~~~\ngit config --unset credential.helper\ngit config --global --unset credential.helper\ngit config --system --unset credential.helper\n~~~\n\nAn alternative is to avoid malicious URLs:\n\n1. Examine the hostname and username portion of URLs fed to git clone or git fetch for the presence of encoded newlines (%0A) or syntactic oddities (e.g., http:///host with three slashes).\n2. Avoid using submodules with untrusted repositories (don\u0027t use git clone --recurse-submodules; use git submodule update only after examining the URLs found in .gitmodules).\n3. Avoid tools which may run git clone on untrusted URLs under the hood.\n4. Avoid using the credential helper by only cloning publicly available repositories.", "product_ids": [ "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-Alt-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-Alt-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-Alt-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-Alt-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.6.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.6.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4-7.7.Z:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4-7.7.Z:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Server-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Server-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Server-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Server-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.src", "7Workstation-RHSCL-3.4:rh-git218-git-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-all-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-core-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-core-doc-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-cvs-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-daemon-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-debuginfo-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-email-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-gui-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-instaweb-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-p4-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-subtree-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.aarch64", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.ppc64le", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.s390x", "7Workstation-RHSCL-3.4:rh-git218-git-svn-0:2.18.4-1.el7.x86_64", "7Workstation-RHSCL-3.4:rh-git218-gitk-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-gitweb-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-0:2.18.4-1.el7.noarch", "7Workstation-RHSCL-3.4:rh-git218-perl-Git-SVN-0:2.18.4-1.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Crafted URL containing new lines, empty host or lacks a scheme can cause credential leak" } ] }
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.