rhba-2015_2194
Vulnerability from csaf_redhat
Published
2015-11-19 03:05
Modified
2024-09-13 21:59
Summary
Red Hat Bug Fix Advisory: httpd bug fix and enhancement update

Notes

Topic
Updated httpd packages that fix several bugs and add various enhancements are now available for Red Hat Enterprise Linux 7.
Details
The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server. This update fixes the following bugs: * The httpd daemon did not reset an internal array for storing variables defined using the "Define" directive. Consequently, variables could be undefined after a graceful restart. httpd has been fixed to reset this internal array during a graceful restart, and variables are now correctly defined in this scenario. (BZ#1227219) * The SSL_CLIENT_VERIFY environment variable was incorrectly handled when the "SSLVerifyClient optional_no_ca" and "SSLSessionCache" options were used. Consequently, when an SSL session was resumed, the SSL_CLIENT_VERIFY value was set to "SUCCESS" instead of the previously set "GENEROUS". SSL_CLIENT_VERIFY is now correctly set to GENEROUS in this scenario. (BZ#1170206) * The mod_ssl module did not call the ERR_free_strings method during its cleanup. Consequently, during the httpd daemon's reload, mod_ssl leaked memory. Now, ERR_free_strings is called by mod_ssl during the httpd reload, and mod_ssl no longer leaks memory. (BZ#1181690) * The status line of an HTTP response message from a server did not include the HTTP Reason-Phrase if the original response from the mod_proxy back-end server contained only a Status Code. Consequently, the server displayed only the Status Code to an HTTP client. HTTP clients now receive both the Status Code and Reason-Phrase. (BZ#1162159) * The mod_authz_dbm module requires the mod_authz_owner module but this dependency was not reflected in the mod_authz_dbm code. Consequently, when the "Require dbm-file-group" directive was used and mod_authz_dbm was loaded before mod_authz_owner, the httpd daemon terminated unexpectedly with a segmentation fault. The mod_authz_dbm code now allows loading before the mod_authz_owner module, and httpd no loner crashes in this scenario. (BZ#1221575) * The mod_proxy_fcgi module had a hardcoded 30-second timeout for a request. Consequently, it was impossible to change the timeout. mod_proxy_fcgi has been fixed to honor the Timeout or ProxyTimeout directives, and users are now able to configure the timeout of mod_proxy_fcgi. (BZ#1222328) * The mod_ssl method used for enabling Next Protocol Negotiation (NPN) support returned incorrect exit status when NPN was disabled. Consequently, although NPN was disabled by the configuration, mod_ssl continued to send it. The mod_ssl method now returns the correct value in this scenario, and mod_ssl no longer sends NPN unless configured to do so. (BZ#1226015) The update adds these enhancements: * The default configuration of the mod_ssl module in the Apache HTTP Server no longer enables support for SSL cipher suites using the single IDEA or SEED encryption algorithms, which are known to be easily exploitable. (BZ#1118476) * The mod_proxy_wstunnel module is now enabled by default and it includes support for SSL connections in the "wss://" scheme. Additionally, it is possible to use the "ws://" scheme in the "mod_rewrite" directives. This allows for using WebSockets as a target to "mod_rewrite" and enabling WebSockets in the proxy module. (BZ#1180745) * Apache HTTP Server now supports Microsoft User Principal Name (UPN) in the SSLUserName directive. Users can now authenticate with their Common Access Card (CAC) or certificate with a UPN in it, and have their UPN used as authenticated user information, consumed by both the access control in Apache and using the REMOTE_USER environment variable or a similar mechanism in applications. As a result, users can now set "SSLUserName SSL_CLIENT_SAN_OTHER_msUPN_0" for authentication using UPN. (BZ#1242503) Users of httpd are advised to upgrade to these updated packages, which fix these bugs and add these enhancements. After installing the updated packages, the httpd daemon will be restarted automatically.
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": "Moderate"
    },
    "category": "csaf_vex",
    "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": "Updated httpd packages that fix several bugs and add various enhancements are now available for Red Hat Enterprise Linux 7.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nThis update fixes the following bugs:\n\n* The httpd daemon did not reset an internal array for storing variables defined using the \"Define\" directive. Consequently, variables could be undefined after a graceful restart. httpd has been fixed to reset this internal array during a graceful restart, and variables are now correctly defined in this scenario. (BZ#1227219)\n\n* The SSL_CLIENT_VERIFY environment variable was incorrectly handled when the \"SSLVerifyClient optional_no_ca\" and \"SSLSessionCache\" options were used. Consequently, when an SSL session was resumed, the SSL_CLIENT_VERIFY value was set to \"SUCCESS\" instead of the previously set \"GENEROUS\". SSL_CLIENT_VERIFY is now correctly set to GENEROUS in this scenario. (BZ#1170206)\n\n* The mod_ssl module did not call the ERR_free_strings method during its cleanup. Consequently, during the httpd daemon\u0027s reload, mod_ssl leaked memory. Now, ERR_free_strings is called by mod_ssl during the httpd reload, and mod_ssl no longer leaks memory. (BZ#1181690)\n\n* The status line of an HTTP response message from a server did not include the HTTP Reason-Phrase if the original response from the mod_proxy back-end server contained only a Status Code. Consequently, the server displayed only the Status Code to an HTTP client. HTTP clients now receive both the Status Code and Reason-Phrase. (BZ#1162159)\n\n* The mod_authz_dbm module requires the mod_authz_owner module but this dependency was not reflected in the mod_authz_dbm code. Consequently, when the \"Require dbm-file-group\" directive was used and mod_authz_dbm was loaded before mod_authz_owner, the httpd daemon terminated unexpectedly with a segmentation fault. The mod_authz_dbm code now allows loading before the mod_authz_owner module, and httpd no loner crashes in this scenario. (BZ#1221575)\n\n* The mod_proxy_fcgi module had a hardcoded 30-second timeout for a request. Consequently, it was impossible to change the timeout. mod_proxy_fcgi has been fixed to honor the Timeout or ProxyTimeout directives, and users are now able to configure the timeout of mod_proxy_fcgi. (BZ#1222328)\n\n* The mod_ssl method used for enabling Next Protocol Negotiation (NPN) support returned incorrect exit status when NPN was disabled. Consequently, although NPN was disabled by the configuration, mod_ssl continued to send it. The mod_ssl method now returns the correct value in this scenario, and mod_ssl no longer sends NPN unless configured to do so. (BZ#1226015)\n\nThe update adds these enhancements:\n\n* The default configuration of the mod_ssl module in the Apache HTTP Server no longer enables support for SSL cipher suites using the single IDEA or SEED encryption algorithms, which are known to be easily exploitable. (BZ#1118476)\n\n* The mod_proxy_wstunnel module is now enabled by default and it includes support for SSL connections in the \"wss://\" scheme. Additionally, it is possible to use the \"ws://\" scheme in the \"mod_rewrite\" directives. This allows for using WebSockets as a target to \"mod_rewrite\" and enabling WebSockets in the proxy module. (BZ#1180745)\n\n* Apache HTTP Server now supports Microsoft User Principal Name (UPN) in the SSLUserName directive. Users can now authenticate with their Common Access Card (CAC) or certificate with a UPN in it, and have their UPN used as authenticated user information, consumed by both the access control in Apache and using the REMOTE_USER environment variable or a similar mechanism in applications. As a result, users can now set \"SSLUserName SSL_CLIENT_SAN_OTHER_msUPN_0\" for authentication using UPN. (BZ#1242503)\n\nUsers of httpd are advised to upgrade to these updated packages, which fix these bugs and add these enhancements. After installing the updated packages, the httpd daemon will be restarted automatically.",
        "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 offerings.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHBA-2015:2194",
        "url": "https://access.redhat.com/errata/RHBA-2015:2194"
      },
      {
        "category": "external",
        "summary": "1125276",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1125276"
      },
      {
        "category": "external",
        "summary": "1160625",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1160625"
      },
      {
        "category": "external",
        "summary": "1162159",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1162159"
      },
      {
        "category": "external",
        "summary": "1169081",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1169081"
      },
      {
        "category": "external",
        "summary": "1170206",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1170206"
      },
      {
        "category": "external",
        "summary": "1170214",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1170214"
      },
      {
        "category": "external",
        "summary": "1170215",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1170215"
      },
      {
        "category": "external",
        "summary": "1170220",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1170220"
      },
      {
        "category": "external",
        "summary": "1176449",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1176449"
      },
      {
        "category": "external",
        "summary": "1179306",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1179306"
      },
      {
        "category": "external",
        "summary": "1180745",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180745"
      },
      {
        "category": "external",
        "summary": "1184118",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1184118"
      },
      {
        "category": "external",
        "summary": "1188779",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1188779"
      },
      {
        "category": "external",
        "summary": "1210091",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1210091"
      },
      {
        "category": "external",
        "summary": "1214398",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1214398"
      },
      {
        "category": "external",
        "summary": "1214401",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1214401"
      },
      {
        "category": "external",
        "summary": "1214430",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1214430"
      },
      {
        "category": "external",
        "summary": "1221575",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1221575"
      },
      {
        "category": "external",
        "summary": "1222328",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1222328"
      },
      {
        "category": "external",
        "summary": "1225820",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1225820"
      },
      {
        "category": "external",
        "summary": "1226015",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1226015"
      },
      {
        "category": "external",
        "summary": "1227219",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1227219"
      },
      {
        "category": "external",
        "summary": "1231924",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1231924"
      },
      {
        "category": "external",
        "summary": "1235383",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1235383"
      },
      {
        "category": "external",
        "summary": "1239164",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1239164"
      },
      {
        "category": "external",
        "summary": "1242416",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1242416"
      },
      {
        "category": "external",
        "summary": "1242503",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1242503"
      },
      {
        "category": "external",
        "summary": "1255480",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1255480"
      },
      {
        "category": "external",
        "summary": "1263975",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1263975"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://access.redhat.com/security/data/csaf/v2/advisories/2015/rhba-2015_2194.json"
      }
    ],
    "title": "Red Hat Bug Fix Advisory: httpd bug fix and enhancement update",
    "tracking": {
      "current_release_date": "2024-09-13T21:59:33+00:00",
      "generator": {
        "date": "2024-09-13T21:59:33+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "3.33.3"
        }
      },
      "id": "RHBA-2015:2194",
      "initial_release_date": "2015-11-19T03:05:27+00:00",
      "revision_history": [
        {
          "date": "2015-11-19T03:05:27+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2015-11-19T03:05:27+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-09-13T21:59:33+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",
                  "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",
                  "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",
                  "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",
                  "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",
                  "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",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "httpd-0:2.4.6-40.el7.src",
                "product": {
                  "name": "httpd-0:2.4.6-40.el7.src",
                  "product_id": "httpd-0:2.4.6-40.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.4.6-40.el7?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "httpd-tools-0:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "httpd-tools-0:2.4.6-40.el7.x86_64",
                  "product_id": "httpd-tools-0:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-tools@2.4.6-40.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "mod_ssl-1:2.4.6-40.el7.x86_64",
                  "product_id": "mod_ssl-1:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.4.6-40.el7?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "httpd-0:2.4.6-40.el7.x86_64",
                  "product_id": "httpd-0:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.4.6-40.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "httpd-devel-0:2.4.6-40.el7.x86_64",
                  "product_id": "httpd-devel-0:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.4.6-40.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
                  "product_id": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-40.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ldap-0:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "mod_ldap-0:2.4.6-40.el7.x86_64",
                  "product_id": "mod_ldap-0:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ldap@2.4.6-40.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
                  "product_id": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-40.el7?arch=x86_64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_session-0:2.4.6-40.el7.x86_64",
                "product": {
                  "name": "mod_session-0:2.4.6-40.el7.x86_64",
                  "product_id": "mod_session-0:2.4.6-40.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_session@2.4.6-40.el7?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "httpd-manual-0:2.4.6-40.el7.noarch",
                "product": {
                  "name": "httpd-manual-0:2.4.6-40.el7.noarch",
                  "product_id": "httpd-manual-0:2.4.6-40.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-manual@2.4.6-40.el7?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "mod_ssl-1:2.4.6-40.el7.aarch64",
                  "product_id": "mod_ssl-1:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.4.6-40.el7?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "httpd-devel-0:2.4.6-40.el7.aarch64",
                  "product_id": "httpd-devel-0:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.4.6-40.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
                  "product_id": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-40.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-tools-0:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "httpd-tools-0:2.4.6-40.el7.aarch64",
                  "product_id": "httpd-tools-0:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-tools@2.4.6-40.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "httpd-0:2.4.6-40.el7.aarch64",
                  "product_id": "httpd-0:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.4.6-40.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
                  "product_id": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-40.el7?arch=aarch64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_session-0:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "mod_session-0:2.4.6-40.el7.aarch64",
                  "product_id": "mod_session-0:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_session@2.4.6-40.el7?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ldap-0:2.4.6-40.el7.aarch64",
                "product": {
                  "name": "mod_ldap-0:2.4.6-40.el7.aarch64",
                  "product_id": "mod_ldap-0:2.4.6-40.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ldap@2.4.6-40.el7?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "httpd-tools-0:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "httpd-tools-0:2.4.6-40.el7.ppc64",
                  "product_id": "httpd-tools-0:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-tools@2.4.6-40.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
                  "product_id": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-40.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "httpd-devel-0:2.4.6-40.el7.ppc64",
                  "product_id": "httpd-devel-0:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.4.6-40.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "mod_ssl-1:2.4.6-40.el7.ppc64",
                  "product_id": "mod_ssl-1:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.4.6-40.el7?arch=ppc64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "httpd-0:2.4.6-40.el7.ppc64",
                  "product_id": "httpd-0:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.4.6-40.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
                  "product_id": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-40.el7?arch=ppc64\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_session-0:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "mod_session-0:2.4.6-40.el7.ppc64",
                  "product_id": "mod_session-0:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_session@2.4.6-40.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ldap-0:2.4.6-40.el7.ppc64",
                "product": {
                  "name": "mod_ldap-0:2.4.6-40.el7.ppc64",
                  "product_id": "mod_ldap-0:2.4.6-40.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ldap@2.4.6-40.el7?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "httpd-tools-0:2.4.6-40.el7.s390x",
                "product": {
                  "name": "httpd-tools-0:2.4.6-40.el7.s390x",
                  "product_id": "httpd-tools-0:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-tools@2.4.6-40.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.4.6-40.el7.s390x",
                "product": {
                  "name": "mod_ssl-1:2.4.6-40.el7.s390x",
                  "product_id": "mod_ssl-1:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.4.6-40.el7?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.4.6-40.el7.s390x",
                "product": {
                  "name": "httpd-devel-0:2.4.6-40.el7.s390x",
                  "product_id": "httpd-devel-0:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.4.6-40.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.4.6-40.el7.s390x",
                "product": {
                  "name": "httpd-0:2.4.6-40.el7.s390x",
                  "product_id": "httpd-0:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.4.6-40.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
                "product": {
                  "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
                  "product_id": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-40.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_session-0:2.4.6-40.el7.s390x",
                "product": {
                  "name": "mod_session-0:2.4.6-40.el7.s390x",
                  "product_id": "mod_session-0:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_session@2.4.6-40.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_proxy_html-1:2.4.6-40.el7.s390x",
                "product": {
                  "name": "mod_proxy_html-1:2.4.6-40.el7.s390x",
                  "product_id": "mod_proxy_html-1:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-40.el7?arch=s390x\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ldap-0:2.4.6-40.el7.s390x",
                "product": {
                  "name": "mod_ldap-0:2.4.6-40.el7.s390x",
                  "product_id": "mod_ldap-0:2.4.6-40.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ldap@2.4.6-40.el7?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "mod_ssl-1:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "mod_ssl-1:2.4.6-40.el7.ppc64le",
                  "product_id": "mod_ssl-1:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ssl@2.4.6-40.el7?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-tools-0:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "httpd-tools-0:2.4.6-40.el7.ppc64le",
                  "product_id": "httpd-tools-0:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-tools@2.4.6-40.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
                  "product_id": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-40.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-devel-0:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "httpd-devel-0:2.4.6-40.el7.ppc64le",
                  "product_id": "httpd-devel-0:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd-devel@2.4.6-40.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "httpd-0:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "httpd-0:2.4.6-40.el7.ppc64le",
                  "product_id": "httpd-0:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/httpd@2.4.6-40.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
                  "product_id": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-40.el7?arch=ppc64le\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_session-0:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "mod_session-0:2.4.6-40.el7.ppc64le",
                  "product_id": "mod_session-0:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_session@2.4.6-40.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "mod_ldap-0:2.4.6-40.el7.ppc64le",
                "product": {
                  "name": "mod_ldap-0:2.4.6-40.el7.ppc64le",
                  "product_id": "mod_ldap-0:2.4.6-40.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/mod_ldap@2.4.6-40.el7?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-0:2.4.6-40.el7.src"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.src",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-devel-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-devel-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-devel-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.4.6-40.el7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-manual-0:2.4.6-40.el7.noarch"
        },
        "product_reference": "httpd-manual-0:2.4.6-40.el7.noarch",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-tools-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-tools-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:httpd-tools-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ldap-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ldap-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ldap-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_session-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_session-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_session-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ssl-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ssl-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
          "product_id": "7Client-optional:mod_ssl-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Client-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-0:2.4.6-40.el7.src"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.src",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.4.6-40.el7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-manual-0:2.4.6-40.el7.noarch"
        },
        "product_reference": "httpd-manual-0:2.4.6-40.el7.noarch",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
          "product_id": "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-0:2.4.6-40.el7.src"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.src",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-devel-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-devel-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-devel-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.4.6-40.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-manual-0:2.4.6-40.el7.noarch"
        },
        "product_reference": "httpd-manual-0:2.4.6-40.el7.noarch",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-tools-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-tools-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:httpd-tools-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ldap-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ldap-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ldap-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_session-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_session-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_session-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ssl-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ssl-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
          "product_id": "7Server-optional:mod_ssl-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-0:2.4.6-40.el7.src"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.src",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-debuginfo-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-debuginfo-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-debuginfo-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-devel-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-devel-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-devel-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-devel-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-devel-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.4.6-40.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-manual-0:2.4.6-40.el7.noarch"
        },
        "product_reference": "httpd-manual-0:2.4.6-40.el7.noarch",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-tools-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-tools-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-tools-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-tools-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:httpd-tools-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ldap-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ldap-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ldap-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ldap-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ldap-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_proxy_html-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_proxy_html-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_proxy_html-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_session-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_session-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_session-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_session-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_session-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ssl-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ssl-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ssl-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ssl-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:mod_ssl-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-0:2.4.6-40.el7.src"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.src",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.4.6-40.el7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-manual-0:2.4.6-40.el7.noarch"
        },
        "product_reference": "httpd-manual-0:2.4.6-40.el7.noarch",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_session-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_session-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_session-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
          "product_id": "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation-optional"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-0:2.4.6-40.el7.src"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.src",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-debuginfo-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-debuginfo-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-devel-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-devel-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-devel-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-devel-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-devel-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-manual-0:2.4.6-40.el7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-manual-0:2.4.6-40.el7.noarch"
        },
        "product_reference": "httpd-manual-0:2.4.6-40.el7.noarch",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-tools-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-tools-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "httpd-tools-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:httpd-tools-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "httpd-tools-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ldap-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ldap-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ldap-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ldap-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ldap-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_proxy_html-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_proxy_html-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_proxy_html-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_proxy_html-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_proxy_html-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_session-0:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_session-0:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_session-0:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_session-0:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_session-0:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_session-0:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_session-0:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ssl-1:2.4.6-40.el7.aarch64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64le"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ssl-1:2.4.6-40.el7.s390x"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "mod_ssl-1:2.4.6-40.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:mod_ssl-1:2.4.6-40.el7.x86_64"
        },
        "product_reference": "mod_ssl-1:2.4.6-40.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "the Apache project"
          ]
        }
      ],
      "cve": "CVE-2020-11985",
      "cwe": {
        "id": "CWE-345",
        "name": "Insufficient Verification of Data Authenticity"
      },
      "discovery_date": "2020-08-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1866559"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the mod_remoteip module shipped with the httpd package. This flaw allows an attacker to spoof the IP address, resulting in the bypass of a mod_rewrite rule. The highest threat from this vulnerability is to integrity.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "httpd: IP address spoofing when proxying using mod_remoteip and mod_rewrite",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue only affects httpd-2.4.x, therefore, httpd packages shipped with Red Hat Enterprise Linux 6 are not affected by this flaw.",
          "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:httpd-0:2.4.6-40.el7.aarch64",
          "7Client-optional:httpd-0:2.4.6-40.el7.ppc64",
          "7Client-optional:httpd-0:2.4.6-40.el7.ppc64le",
          "7Client-optional:httpd-0:2.4.6-40.el7.s390x",
          "7Client-optional:httpd-0:2.4.6-40.el7.src",
          "7Client-optional:httpd-0:2.4.6-40.el7.x86_64",
          "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
          "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
          "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
          "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
          "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
          "7Client-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
          "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
          "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
          "7Client-optional:httpd-devel-0:2.4.6-40.el7.s390x",
          "7Client-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
          "7Client-optional:httpd-manual-0:2.4.6-40.el7.noarch",
          "7Client-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
          "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
          "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
          "7Client-optional:httpd-tools-0:2.4.6-40.el7.s390x",
          "7Client-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
          "7Client-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
          "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
          "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
          "7Client-optional:mod_ldap-0:2.4.6-40.el7.s390x",
          "7Client-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
          "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
          "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
          "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
          "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
          "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
          "7Client-optional:mod_session-0:2.4.6-40.el7.aarch64",
          "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64",
          "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64le",
          "7Client-optional:mod_session-0:2.4.6-40.el7.s390x",
          "7Client-optional:mod_session-0:2.4.6-40.el7.x86_64",
          "7Client-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
          "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
          "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
          "7Client-optional:mod_ssl-1:2.4.6-40.el7.s390x",
          "7Client-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:httpd-0:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:httpd-0:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:httpd-0:2.4.6-40.el7.src",
          "7ComputeNode-optional:httpd-0:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:httpd-manual-0:2.4.6-40.el7.noarch",
          "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.x86_64",
          "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
          "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
          "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
          "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.s390x",
          "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
          "7Server-optional:httpd-0:2.4.6-40.el7.aarch64",
          "7Server-optional:httpd-0:2.4.6-40.el7.ppc64",
          "7Server-optional:httpd-0:2.4.6-40.el7.ppc64le",
          "7Server-optional:httpd-0:2.4.6-40.el7.s390x",
          "7Server-optional:httpd-0:2.4.6-40.el7.src",
          "7Server-optional:httpd-0:2.4.6-40.el7.x86_64",
          "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
          "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
          "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
          "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
          "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
          "7Server-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
          "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
          "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
          "7Server-optional:httpd-devel-0:2.4.6-40.el7.s390x",
          "7Server-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
          "7Server-optional:httpd-manual-0:2.4.6-40.el7.noarch",
          "7Server-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
          "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
          "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
          "7Server-optional:httpd-tools-0:2.4.6-40.el7.s390x",
          "7Server-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
          "7Server-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
          "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
          "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
          "7Server-optional:mod_ldap-0:2.4.6-40.el7.s390x",
          "7Server-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
          "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
          "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
          "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
          "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
          "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
          "7Server-optional:mod_session-0:2.4.6-40.el7.aarch64",
          "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64",
          "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64le",
          "7Server-optional:mod_session-0:2.4.6-40.el7.s390x",
          "7Server-optional:mod_session-0:2.4.6-40.el7.x86_64",
          "7Server-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
          "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
          "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
          "7Server-optional:mod_ssl-1:2.4.6-40.el7.s390x",
          "7Server-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
          "7Server:httpd-0:2.4.6-40.el7.aarch64",
          "7Server:httpd-0:2.4.6-40.el7.ppc64",
          "7Server:httpd-0:2.4.6-40.el7.ppc64le",
          "7Server:httpd-0:2.4.6-40.el7.s390x",
          "7Server:httpd-0:2.4.6-40.el7.src",
          "7Server:httpd-0:2.4.6-40.el7.x86_64",
          "7Server:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
          "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
          "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
          "7Server:httpd-debuginfo-0:2.4.6-40.el7.s390x",
          "7Server:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
          "7Server:httpd-devel-0:2.4.6-40.el7.aarch64",
          "7Server:httpd-devel-0:2.4.6-40.el7.ppc64",
          "7Server:httpd-devel-0:2.4.6-40.el7.ppc64le",
          "7Server:httpd-devel-0:2.4.6-40.el7.s390x",
          "7Server:httpd-devel-0:2.4.6-40.el7.x86_64",
          "7Server:httpd-manual-0:2.4.6-40.el7.noarch",
          "7Server:httpd-tools-0:2.4.6-40.el7.aarch64",
          "7Server:httpd-tools-0:2.4.6-40.el7.ppc64",
          "7Server:httpd-tools-0:2.4.6-40.el7.ppc64le",
          "7Server:httpd-tools-0:2.4.6-40.el7.s390x",
          "7Server:httpd-tools-0:2.4.6-40.el7.x86_64",
          "7Server:mod_ldap-0:2.4.6-40.el7.aarch64",
          "7Server:mod_ldap-0:2.4.6-40.el7.ppc64",
          "7Server:mod_ldap-0:2.4.6-40.el7.ppc64le",
          "7Server:mod_ldap-0:2.4.6-40.el7.s390x",
          "7Server:mod_ldap-0:2.4.6-40.el7.x86_64",
          "7Server:mod_proxy_html-1:2.4.6-40.el7.aarch64",
          "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64",
          "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
          "7Server:mod_proxy_html-1:2.4.6-40.el7.s390x",
          "7Server:mod_proxy_html-1:2.4.6-40.el7.x86_64",
          "7Server:mod_session-0:2.4.6-40.el7.aarch64",
          "7Server:mod_session-0:2.4.6-40.el7.ppc64",
          "7Server:mod_session-0:2.4.6-40.el7.ppc64le",
          "7Server:mod_session-0:2.4.6-40.el7.s390x",
          "7Server:mod_session-0:2.4.6-40.el7.x86_64",
          "7Server:mod_ssl-1:2.4.6-40.el7.aarch64",
          "7Server:mod_ssl-1:2.4.6-40.el7.ppc64",
          "7Server:mod_ssl-1:2.4.6-40.el7.ppc64le",
          "7Server:mod_ssl-1:2.4.6-40.el7.s390x",
          "7Server:mod_ssl-1:2.4.6-40.el7.x86_64",
          "7Workstation-optional:httpd-0:2.4.6-40.el7.aarch64",
          "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64",
          "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:httpd-0:2.4.6-40.el7.s390x",
          "7Workstation-optional:httpd-0:2.4.6-40.el7.src",
          "7Workstation-optional:httpd-0:2.4.6-40.el7.x86_64",
          "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
          "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
          "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
          "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
          "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
          "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
          "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.s390x",
          "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
          "7Workstation-optional:httpd-manual-0:2.4.6-40.el7.noarch",
          "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
          "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
          "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.s390x",
          "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
          "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
          "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
          "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.s390x",
          "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
          "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
          "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
          "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
          "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
          "7Workstation-optional:mod_session-0:2.4.6-40.el7.aarch64",
          "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64",
          "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:mod_session-0:2.4.6-40.el7.s390x",
          "7Workstation-optional:mod_session-0:2.4.6-40.el7.x86_64",
          "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
          "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
          "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
          "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.s390x",
          "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
          "7Workstation:httpd-0:2.4.6-40.el7.aarch64",
          "7Workstation:httpd-0:2.4.6-40.el7.ppc64",
          "7Workstation:httpd-0:2.4.6-40.el7.ppc64le",
          "7Workstation:httpd-0:2.4.6-40.el7.s390x",
          "7Workstation:httpd-0:2.4.6-40.el7.src",
          "7Workstation:httpd-0:2.4.6-40.el7.x86_64",
          "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
          "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
          "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
          "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.s390x",
          "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
          "7Workstation:httpd-devel-0:2.4.6-40.el7.aarch64",
          "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64",
          "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64le",
          "7Workstation:httpd-devel-0:2.4.6-40.el7.s390x",
          "7Workstation:httpd-devel-0:2.4.6-40.el7.x86_64",
          "7Workstation:httpd-manual-0:2.4.6-40.el7.noarch",
          "7Workstation:httpd-tools-0:2.4.6-40.el7.aarch64",
          "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64",
          "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64le",
          "7Workstation:httpd-tools-0:2.4.6-40.el7.s390x",
          "7Workstation:httpd-tools-0:2.4.6-40.el7.x86_64",
          "7Workstation:mod_ldap-0:2.4.6-40.el7.aarch64",
          "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64",
          "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64le",
          "7Workstation:mod_ldap-0:2.4.6-40.el7.s390x",
          "7Workstation:mod_ldap-0:2.4.6-40.el7.x86_64",
          "7Workstation:mod_proxy_html-1:2.4.6-40.el7.aarch64",
          "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64",
          "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
          "7Workstation:mod_proxy_html-1:2.4.6-40.el7.s390x",
          "7Workstation:mod_proxy_html-1:2.4.6-40.el7.x86_64",
          "7Workstation:mod_session-0:2.4.6-40.el7.aarch64",
          "7Workstation:mod_session-0:2.4.6-40.el7.ppc64",
          "7Workstation:mod_session-0:2.4.6-40.el7.ppc64le",
          "7Workstation:mod_session-0:2.4.6-40.el7.s390x",
          "7Workstation:mod_session-0:2.4.6-40.el7.x86_64",
          "7Workstation:mod_ssl-1:2.4.6-40.el7.aarch64",
          "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64",
          "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64le",
          "7Workstation:mod_ssl-1:2.4.6-40.el7.s390x",
          "7Workstation:mod_ssl-1:2.4.6-40.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2020-11985"
        },
        {
          "category": "external",
          "summary": "RHBZ#1866559",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1866559"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11985",
          "url": "https://www.cve.org/CVERecord?id=CVE-2020-11985"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11985",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11985"
        },
        {
          "category": "external",
          "summary": "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2020-11985",
          "url": "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2020-11985"
        }
      ],
      "release_date": "2020-08-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-0:2.4.6-40.el7.src",
            "7Client-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Client-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7Client-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.src",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-0:2.4.6-40.el7.src",
            "7Server-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7Server-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Server:httpd-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-0:2.4.6-40.el7.s390x",
            "7Server:httpd-0:2.4.6-40.el7.src",
            "7Server:httpd-0:2.4.6-40.el7.x86_64",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Server:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Server:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Server:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Server:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Server:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Server:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Server:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Server:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Server:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Server:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Server:mod_session-0:2.4.6-40.el7.aarch64",
            "7Server:mod_session-0:2.4.6-40.el7.ppc64",
            "7Server:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Server:mod_session-0:2.4.6-40.el7.s390x",
            "7Server:mod_session-0:2.4.6-40.el7.x86_64",
            "7Server:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Server:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Server:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Server:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Server:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.src",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-0:2.4.6-40.el7.src",
            "7Workstation:httpd-0:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Workstation:mod_session-0:2.4.6-40.el7.aarch64",
            "7Workstation:mod_session-0:2.4.6-40.el7.ppc64",
            "7Workstation:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_session-0:2.4.6-40.el7.s390x",
            "7Workstation:mod_session-0:2.4.6-40.el7.x86_64",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHBA-2015:2194"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "7Client-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-0:2.4.6-40.el7.src",
            "7Client-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Client-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Client-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Client-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Client-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7Client-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Client-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.src",
            "7ComputeNode-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7ComputeNode-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-0:2.4.6-40.el7.src",
            "7Server-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Server-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Server-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Server-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Server-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7Server-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Server-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Server:httpd-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-0:2.4.6-40.el7.s390x",
            "7Server:httpd-0:2.4.6-40.el7.src",
            "7Server:httpd-0:2.4.6-40.el7.x86_64",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Server:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Server:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Server:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Server:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Server:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Server:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Server:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Server:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Server:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Server:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Server:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Server:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Server:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Server:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Server:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Server:mod_session-0:2.4.6-40.el7.aarch64",
            "7Server:mod_session-0:2.4.6-40.el7.ppc64",
            "7Server:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Server:mod_session-0:2.4.6-40.el7.s390x",
            "7Server:mod_session-0:2.4.6-40.el7.x86_64",
            "7Server:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Server:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Server:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Server:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Server:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.src",
            "7Workstation-optional:httpd-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_session-0:2.4.6-40.el7.x86_64",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Workstation-optional:mod_ssl-1:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-0:2.4.6-40.el7.src",
            "7Workstation:httpd-0:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-debuginfo-0:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-devel-0:2.4.6-40.el7.x86_64",
            "7Workstation:httpd-manual-0:2.4.6-40.el7.noarch",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.aarch64",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.ppc64le",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.s390x",
            "7Workstation:httpd-tools-0:2.4.6-40.el7.x86_64",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.aarch64",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.s390x",
            "7Workstation:mod_ldap-0:2.4.6-40.el7.x86_64",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.aarch64",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.s390x",
            "7Workstation:mod_proxy_html-1:2.4.6-40.el7.x86_64",
            "7Workstation:mod_session-0:2.4.6-40.el7.aarch64",
            "7Workstation:mod_session-0:2.4.6-40.el7.ppc64",
            "7Workstation:mod_session-0:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_session-0:2.4.6-40.el7.s390x",
            "7Workstation:mod_session-0:2.4.6-40.el7.x86_64",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.aarch64",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.ppc64le",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.s390x",
            "7Workstation:mod_ssl-1:2.4.6-40.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "httpd: IP address spoofing when proxying using mod_remoteip and mod_rewrite"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...