Vulnerability from csaf_suse
Published
2020-03-02 12:28
Modified
2020-03-02 12:28
Summary
Security update for python-aws-sam-translator, python-boto3, python-botocore, python-cfn-lint, python-jsonschema, python-nose2, python-parameterized, python-pathlib2, python-pytest-cov, python-requests, python-s3transfer
Notes
Title of the patch
Security update for python-aws-sam-translator, python-boto3, python-botocore, python-cfn-lint, python-jsonschema, python-nose2, python-parameterized, python-pathlib2, python-pytest-cov, python-requests, python-s3transfer
Description of the patch
This update for python-aws-sam-translator, python-boto3, python-botocore, python-cfn-lint, python-jsonschema, python-nose2, python-parameterized, python-pathlib2, python-pytest-cov, python-requests, python-s3transfer, python-jsonpatch, python-jsonpointer, python-scandir, python-PyYAML fixes the following issues:
python-cfn-lint was included as a new package in 0.21.4.
python-aws-sam-translator was updated to 1.11.0:
* Add ReservedConcurrentExecutions to globals
* Fix ElasticsearchHttpPostPolicy resource reference
* Support using AWS::Region in Ref and Sub
* Documentation and examples updates
* Add VersionDescription property to Serverless::Function
* Update ServerlessRepoReadWriteAccessPolicy
* Add additional template validation
Upgrade to 1.10.0:
* Add GSIs to DynamoDBReadPolicy and DynamoDBCrudPolicy
* Add DynamoDBReconfigurePolicy
* Add CostExplorerReadOnlyPolicy and OrganizationsListAccountsPolicy
* Add EKSDescribePolicy
* Add SESBulkTemplatedCrudPolicy
* Add FilterLogEventsPolicy
* Add SSMParameterReadPolicy
* Add SESEmailTemplateCrudPolicy
* Add s3:PutObjectAcl to S3CrudPolicy
* Add allow_credentials CORS option
* Add support for AccessLogSetting and CanarySetting Serverless::Api properties
* Add support for X-Ray in Serverless::Api
* Add support for MinimumCompressionSize in Serverless::Api
* Add Auth to Serverless::Api globals
* Remove trailing slashes from APIGW permissions
* Add SNS FilterPolicy and an example application
* Add Enabled property to Serverless::Function event sources
* Add support for PermissionsBoundary in Serverless::Function
* Fix boto3 client initialization
* Add PublicAccessBlockConfiguration property to S3 bucket resource
* Make PAY_PER_REQUEST default mode for Serverless::SimpleTable
* Add limited support for resolving intrinsics in Serverless::LayerVersion
* SAM now uses Flake8
* Add example application for S3 Events written in Go
* Updated several example applications
- Initial build
+ Version 1.9.0
- Add patch to drop compatible releases operator from setup.py,
required for SLES12 as the setuptools version is too old
+ ast_drop-compatible-releases-operator.patch
python-jsonschema was updated to 2.6.0:
* Improved performance on CPython by adding caching around ref resolution
Update to version 2.5.0:
* Improved performance on CPython by adding caching around ref
resolution (#203)
Update to version 2.4.0:
* Added a CLI (#134)
* Added absolute path and absolute schema path to errors (#120)
* Added ``relevance``
* Meta-schemas are now loaded via ``pkgutil``
* Added ``by_relevance`` and ``best_match`` (#91)
* Fixed ``format`` to allow adding formats for non-strings (#125)
* Fixed the ``uri`` format to reject URI references (#131)
- Install /usr/bin/jsonschema with update-alternatives support
python-nose2 was updated to 0.9.1:
* the prof plugin now uses cProfile instead of hotshot for profiling
* skipped tests now include the user's reason in junit XML's message field
* the prettyassert plugin mishandled multi-line function definitions
* Using a plugin's CLI flag when the plugin is already enabled via config
no longer errors
* nose2.plugins.prettyassert, enabled with --pretty-assert
* Cleanup code for EOLed python versions
* Dropped support for distutils.
* Result reporter respects failure status set by other plugins
* JUnit XML plugin now includes the skip reason in its output
Upgrade to 0.8.0:
List of changes is too long to show here, see
https://github.com/nose-devs/nose2/blob/master/docs/changelog.rst
changes between 0.6.5 and 0.8.0
Update to 0.7.0:
* Added parameterized_class feature, for parameterizing entire test
classes (many thanks to @TobyLL for their suggestions and help testing!)
* Fix DeprecationWarning on `inspect.getargs` (thanks @brettdh;
https://github.com/wolever/parameterized/issues/67)
* Make sure that `setUp` and `tearDown` methods work correctly (#40)
* Raise a ValueError when input is empty (thanks @danielbradburn;
https://github.com/wolever/parameterized/pull/48)
* Fix the order when number of cases exceeds 10 (thanks @ntflc;
https://github.com/wolever/parameterized/pull/49)
python-scandir was included in version 2.3.2.
python-requests was updated to version 2.20.1 (bsc#1111622)
* Fixed bug with unintended Authorization header stripping for
redirects using default ports (http/80, https/443).
* remove restriction for urllib3 < 1.24
Update to version 2.20.0:
* Bugfixes
+ Content-Type header parsing is now case-insensitive
(e.g. charset=utf8 v Charset=utf8).
+ Fixed exception leak where certain redirect urls would raise
uncaught urllib3 exceptions.
+ Requests removes Authorization header from requests redirected
from https to http on the same hostname. (CVE-2018-18074)
+ should_bypass_proxies now handles URIs without hostnames
(e.g. files).
* Dependencies
+ Requests now supports urllib3 v1.24.
* Deprecations
+ Requests has officially stopped support for Python 2.6.
Update to version 2.19.1:
* Fixed issue where status_codes.py’s init function failed trying
to append to a __doc__ value of None.
Update to version 2.19.0:
* Improvements
+ Warn about possible slowdown with cryptography version < 1.3.4
+ Check host in proxy URL, before forwarding request to adapter.
+ Maintain fragments properly across redirects. (RFC7231 7.1.2)
+ Removed use of cgi module to expedite library load time.
+ Added support for SHA-256 and SHA-512 digest auth algorithms.
+ Minor performance improvement to Request.content.
+ Migrate to using collections.abc for 3.7 compatibility.
* Bugfixes
+ Parsing empty Link headers with parse_header_links() no longer
return one bogus entry.
+ Fixed issue where loading the default certificate bundle from
a zip archive would raise an IOError.
+ Fixed issue with unexpected ImportError on windows system
which do not support winreg module.
+ DNS resolution in proxy bypass no longer includes the username
and password in the request. This also fixes the issue of DNS
queries failing on macOS.
+ Properly normalize adapter prefixes for url comparison.
+ Passing None as a file pointer to the files param no longer
raises an exception.
+ Calling copy on a RequestsCookieJar will now preserve the
cookie policy correctly.
* We now support idna v2.7 and urllib3 v1.23.
update to version 2.18.4:
* Improvements
+ Error messages for invalid headers now include the header name
for easier debugging
* Dependencies
+ We now support idna v2.6.
update to version 2.18.3:
* Improvements
+ Running $ python -m requests.help now includes the installed
version of idna.
* Bugfixes
+ Fixed issue where Requests would raise ConnectionError instead
of SSLError when encountering SSL problems when using urllib3
v1.22.
Patchnames
HPE-Helion-OpenStack-8-2020-555,SUSE-2020-555,SUSE-OpenStack-Cloud-7-2020-555,SUSE-OpenStack-Cloud-8-2020-555,SUSE-OpenStack-Cloud-Crowbar-8-2020-555,SUSE-SLE-HA-12-SP1-2020-555,SUSE-SLE-HA-12-SP2-2020-555,SUSE-SLE-HA-12-SP5-2020-555,SUSE-SLE-Manager-Tools-12-2020-555,SUSE-SLE-Module-Adv-Systems-Management-12-2020-555,SUSE-SLE-Module-Containers-12-2020-555,SUSE-SLE-Module-Public-Cloud-12-2020-555,SUSE-SLE-POS-12-SP2-2020-555,SUSE-SLE-SAP-12-SP1-2020-555,SUSE-SLE-SAP-12-SP2-2020-555,SUSE-SLE-SAP-12-SP3-2020-555,SUSE-SLE-SERVER-12-SP1-2020-555,SUSE-SLE-SERVER-12-SP2-2020-555,SUSE-SLE-SERVER-12-SP2-BCL-2020-555,SUSE-SLE-SERVER-12-SP3-2020-555,SUSE-SLE-SERVER-12-SP3-BCL-2020-555,SUSE-SLE-SERVER-12-SP4-2020-555,SUSE-SLE-SERVER-12-SP5-2020-555,SUSE-SUSE-Manager-Proxy-3.2-2020-555,SUSE-SUSE-Manager-Server-3.2-2020-555,SUSE-Storage-5-2020-555
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python-aws-sam-translator, python-boto3, python-botocore, python-cfn-lint, python-jsonschema, python-nose2, python-parameterized, python-pathlib2, python-pytest-cov, python-requests, python-s3transfer", title: "Title of the patch", }, { category: "description", text: "This update for python-aws-sam-translator, python-boto3, python-botocore, python-cfn-lint, python-jsonschema, python-nose2, python-parameterized, python-pathlib2, python-pytest-cov, python-requests, python-s3transfer, python-jsonpatch, python-jsonpointer, python-scandir, python-PyYAML fixes the following issues:\n\npython-cfn-lint was included as a new package in 0.21.4.\n\n\npython-aws-sam-translator was updated to 1.11.0:\n\n * Add ReservedConcurrentExecutions to globals\n * Fix ElasticsearchHttpPostPolicy resource reference\n * Support using AWS::Region in Ref and Sub\n * Documentation and examples updates\n * Add VersionDescription property to Serverless::Function\n * Update ServerlessRepoReadWriteAccessPolicy\n * Add additional template validation\n\nUpgrade to 1.10.0:\n\n * Add GSIs to DynamoDBReadPolicy and DynamoDBCrudPolicy\n * Add DynamoDBReconfigurePolicy\n * Add CostExplorerReadOnlyPolicy and OrganizationsListAccountsPolicy\n * Add EKSDescribePolicy\n * Add SESBulkTemplatedCrudPolicy\n * Add FilterLogEventsPolicy\n * Add SSMParameterReadPolicy\n * Add SESEmailTemplateCrudPolicy\n * Add s3:PutObjectAcl to S3CrudPolicy\n * Add allow_credentials CORS option\n * Add support for AccessLogSetting and CanarySetting Serverless::Api properties\n * Add support for X-Ray in Serverless::Api\n * Add support for MinimumCompressionSize in Serverless::Api\n * Add Auth to Serverless::Api globals\n * Remove trailing slashes from APIGW permissions\n * Add SNS FilterPolicy and an example application\n * Add Enabled property to Serverless::Function event sources\n * Add support for PermissionsBoundary in Serverless::Function\n * Fix boto3 client initialization\n * Add PublicAccessBlockConfiguration property to S3 bucket resource\n * Make PAY_PER_REQUEST default mode for Serverless::SimpleTable\n * Add limited support for resolving intrinsics in Serverless::LayerVersion\n * SAM now uses Flake8\n * Add example application for S3 Events written in Go\n * Updated several example applications\n\n- Initial build\n + Version 1.9.0\n- Add patch to drop compatible releases operator from setup.py,\n required for SLES12 as the setuptools version is too old\n + ast_drop-compatible-releases-operator.patch\n\n\npython-jsonschema was updated to 2.6.0:\n\n* Improved performance on CPython by adding caching around ref resolution\n\nUpdate to version 2.5.0:\n\n* Improved performance on CPython by adding caching around ref\n resolution (#203)\n\nUpdate to version 2.4.0:\n\n* Added a CLI (#134)\n* Added absolute path and absolute schema path to errors (#120)\n* Added ``relevance``\n* Meta-schemas are now loaded via ``pkgutil``\n* Added ``by_relevance`` and ``best_match`` (#91)\n* Fixed ``format`` to allow adding formats for non-strings (#125)\n* Fixed the ``uri`` format to reject URI references (#131)\n\n- Install /usr/bin/jsonschema with update-alternatives support\n\npython-nose2 was updated to 0.9.1:\n\n* the prof plugin now uses cProfile instead of hotshot for profiling\n* skipped tests now include the user's reason in junit XML's message field\n* the prettyassert plugin mishandled multi-line function definitions\n* Using a plugin's CLI flag when the plugin is already enabled via config\n no longer errors\n* nose2.plugins.prettyassert, enabled with --pretty-assert\n* Cleanup code for EOLed python versions\n* Dropped support for distutils.\n* Result reporter respects failure status set by other plugins\n* JUnit XML plugin now includes the skip reason in its output\n\nUpgrade to 0.8.0:\n\nList of changes is too long to show here, see\nhttps://github.com/nose-devs/nose2/blob/master/docs/changelog.rst\nchanges between 0.6.5 and 0.8.0\n\nUpdate to 0.7.0:\n\n* Added parameterized_class feature, for parameterizing entire test\n classes (many thanks to @TobyLL for their suggestions and help testing!)\n* Fix DeprecationWarning on `inspect.getargs` (thanks @brettdh;\n https://github.com/wolever/parameterized/issues/67)\n* Make sure that `setUp` and `tearDown` methods work correctly (#40)\n* Raise a ValueError when input is empty (thanks @danielbradburn;\n https://github.com/wolever/parameterized/pull/48)\n* Fix the order when number of cases exceeds 10 (thanks @ntflc;\n https://github.com/wolever/parameterized/pull/49)\n\npython-scandir was included in version 2.3.2.\n\npython-requests was updated to version 2.20.1 (bsc#1111622)\n\n* Fixed bug with unintended Authorization header stripping for\n redirects using default ports (http/80, https/443).\n\n\n* remove restriction for urllib3 < 1.24\n\nUpdate to version 2.20.0:\n\n* Bugfixes\n + Content-Type header parsing is now case-insensitive\n (e.g. charset=utf8 v Charset=utf8).\n + Fixed exception leak where certain redirect urls would raise\n uncaught urllib3 exceptions.\n + Requests removes Authorization header from requests redirected\n from https to http on the same hostname. (CVE-2018-18074)\n + should_bypass_proxies now handles URIs without hostnames\n (e.g. files).\n* Dependencies\n + Requests now supports urllib3 v1.24.\n* Deprecations\n + Requests has officially stopped support for Python 2.6.\n\nUpdate to version 2.19.1:\n\n* Fixed issue where status_codes.py’s init function failed trying\n to append to a __doc__ value of None.\n\nUpdate to version 2.19.0:\n\n* Improvements\n + Warn about possible slowdown with cryptography version < 1.3.4\n + Check host in proxy URL, before forwarding request to adapter.\n + Maintain fragments properly across redirects. (RFC7231 7.1.2)\n + Removed use of cgi module to expedite library load time.\n + Added support for SHA-256 and SHA-512 digest auth algorithms.\n + Minor performance improvement to Request.content.\n + Migrate to using collections.abc for 3.7 compatibility.\n* Bugfixes\n + Parsing empty Link headers with parse_header_links() no longer\n return one bogus entry.\n + Fixed issue where loading the default certificate bundle from\n a zip archive would raise an IOError.\n + Fixed issue with unexpected ImportError on windows system\n which do not support winreg module.\n + DNS resolution in proxy bypass no longer includes the username\n and password in the request. This also fixes the issue of DNS\n queries failing on macOS.\n + Properly normalize adapter prefixes for url comparison.\n + Passing None as a file pointer to the files param no longer\n raises an exception.\n + Calling copy on a RequestsCookieJar will now preserve the\n cookie policy correctly.\n* We now support idna v2.7 and urllib3 v1.23.\n\nupdate to version 2.18.4:\n\n* Improvements\n + Error messages for invalid headers now include the header name\n for easier debugging\n* Dependencies\n + We now support idna v2.6.\n\nupdate to version 2.18.3:\n\n* Improvements\n + Running $ python -m requests.help now includes the installed\n version of idna.\n* Bugfixes\n + Fixed issue where Requests would raise ConnectionError instead\n of SSLError when encountering SSL problems when using urllib3\n v1.22.\n", title: "Description of the patch", }, { category: "details", text: "HPE-Helion-OpenStack-8-2020-555,SUSE-2020-555,SUSE-OpenStack-Cloud-7-2020-555,SUSE-OpenStack-Cloud-8-2020-555,SUSE-OpenStack-Cloud-Crowbar-8-2020-555,SUSE-SLE-HA-12-SP1-2020-555,SUSE-SLE-HA-12-SP2-2020-555,SUSE-SLE-HA-12-SP5-2020-555,SUSE-SLE-Manager-Tools-12-2020-555,SUSE-SLE-Module-Adv-Systems-Management-12-2020-555,SUSE-SLE-Module-Containers-12-2020-555,SUSE-SLE-Module-Public-Cloud-12-2020-555,SUSE-SLE-POS-12-SP2-2020-555,SUSE-SLE-SAP-12-SP1-2020-555,SUSE-SLE-SAP-12-SP2-2020-555,SUSE-SLE-SAP-12-SP3-2020-555,SUSE-SLE-SERVER-12-SP1-2020-555,SUSE-SLE-SERVER-12-SP2-2020-555,SUSE-SLE-SERVER-12-SP2-BCL-2020-555,SUSE-SLE-SERVER-12-SP3-2020-555,SUSE-SLE-SERVER-12-SP3-BCL-2020-555,SUSE-SLE-SERVER-12-SP4-2020-555,SUSE-SLE-SERVER-12-SP5-2020-555,SUSE-SUSE-Manager-Proxy-3.2-2020-555,SUSE-SUSE-Manager-Server-3.2-2020-555,SUSE-Storage-5-2020-555", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2020_0555-1.json", }, { category: "self", summary: "URL for SUSE-SU-2020:0555-1", url: "https://www.suse.com/support/update/announcement/2020/suse-su-20200555-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2020:0555-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2020-March/006561.html", }, { category: "self", summary: "SUSE Bug 1111622", url: "https://bugzilla.suse.com/1111622", }, { category: "self", summary: "SUSE Bug 1122668", url: "https://bugzilla.suse.com/1122668", }, { category: "self", summary: "SUSE CVE CVE-2018-18074 page", url: "https://www.suse.com/security/cve/CVE-2018-18074/", }, ], title: "Security update for python-aws-sam-translator, python-boto3, python-botocore, python-cfn-lint, python-jsonschema, python-nose2, python-parameterized, python-pathlib2, python-pytest-cov, python-requests, python-s3transfer", tracking: { current_release_date: "2020-03-02T12:28:30Z", generator: { date: "2020-03-02T12:28:30Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2020:0555-1", initial_release_date: "2020-03-02T12:28:30Z", revision_history: [ { date: "2020-03-02T12:28:30Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python-PyYAML-5.1.2-26.9.4.aarch64", product: { name: "python-PyYAML-5.1.2-26.9.4.aarch64", product_id: "python-PyYAML-5.1.2-26.9.4.aarch64", }, }, { category: "product_version", name: "python-scandir-1.9.0-1.3.4.aarch64", product: { name: "python-scandir-1.9.0-1.3.4.aarch64", product_id: "python-scandir-1.9.0-1.3.4.aarch64", }, }, { category: "product_version", name: "python3-PyYAML-5.1.2-26.9.4.aarch64", product: { name: "python3-PyYAML-5.1.2-26.9.4.aarch64", product_id: "python3-PyYAML-5.1.2-26.9.4.aarch64", }, }, { category: "product_version", name: "python3-scandir-1.9.0-1.3.4.aarch64", product: { name: "python3-scandir-1.9.0-1.3.4.aarch64", product_id: "python3-scandir-1.9.0-1.3.4.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python-PyYAML-5.1.2-26.9.4.i586", product: { name: "python-PyYAML-5.1.2-26.9.4.i586", product_id: "python-PyYAML-5.1.2-26.9.4.i586", }, }, { category: "product_version", name: "python-scandir-1.9.0-1.3.4.i586", product: { name: "python-scandir-1.9.0-1.3.4.i586", product_id: "python-scandir-1.9.0-1.3.4.i586", }, }, { category: "product_version", name: "python3-PyYAML-5.1.2-26.9.4.i586", product: { name: "python3-PyYAML-5.1.2-26.9.4.i586", product_id: "python3-PyYAML-5.1.2-26.9.4.i586", }, }, { category: "product_version", name: "python3-scandir-1.9.0-1.3.4.i586", product: { name: "python3-scandir-1.9.0-1.3.4.i586", product_id: "python3-scandir-1.9.0-1.3.4.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "python-asn1crypto-0.24.0-2.5.1.noarch", product: { name: "python-asn1crypto-0.24.0-2.5.1.noarch", product_id: "python-asn1crypto-0.24.0-2.5.1.noarch", }, }, { category: "product_version", name: "python-botocore-1.12.213-28.12.1.noarch", product: { name: "python-botocore-1.12.213-28.12.1.noarch", product_id: "python-botocore-1.12.213-28.12.1.noarch", }, }, { category: "product_version", name: "python-jsonpatch-1.1-10.4.1.noarch", product: { name: "python-jsonpatch-1.1-10.4.1.noarch", product_id: "python-jsonpatch-1.1-10.4.1.noarch", }, }, { category: "product_version", name: "python-jsonpointer-1.0-10.3.1.noarch", product: { name: "python-jsonpointer-1.0-10.3.1.noarch", product_id: "python-jsonpointer-1.0-10.3.1.noarch", }, }, { category: "product_version", name: "python-packaging-17.1-2.5.1.noarch", product: { name: "python-packaging-17.1-2.5.1.noarch", product_id: "python-packaging-17.1-2.5.1.noarch", }, }, { category: "product_version", name: "python3-asn1crypto-0.24.0-2.5.1.noarch", product: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch", product_id: "python3-asn1crypto-0.24.0-2.5.1.noarch", }, }, { category: "product_version", name: "python3-jsonpointer-1.0-10.3.1.noarch", product: { name: "python3-jsonpointer-1.0-10.3.1.noarch", product_id: "python3-jsonpointer-1.0-10.3.1.noarch", }, }, { category: "product_version", name: "python3-packaging-17.1-2.5.1.noarch", product: { name: "python3-packaging-17.1-2.5.1.noarch", product_id: "python3-packaging-17.1-2.5.1.noarch", }, }, { category: "product_version", name: "cfn-lint-0.21.4-2.3.1.noarch", product: { name: "cfn-lint-0.21.4-2.3.1.noarch", product_id: "cfn-lint-0.21.4-2.3.1.noarch", }, }, { category: "product_version", name: "python-aws-sam-translator-1.11.0-2.3.1.noarch", product: { name: "python-aws-sam-translator-1.11.0-2.3.1.noarch", product_id: "python-aws-sam-translator-1.11.0-2.3.1.noarch", }, }, { category: "product_version", name: "python-boto3-1.9.213-14.9.1.noarch", product: { name: "python-boto3-1.9.213-14.9.1.noarch", product_id: "python-boto3-1.9.213-14.9.1.noarch", }, }, { category: "product_version", name: "python-cfn-lint-0.21.4-2.3.1.noarch", product: { name: "python-cfn-lint-0.21.4-2.3.1.noarch", product_id: "python-cfn-lint-0.21.4-2.3.1.noarch", }, }, { category: "product_version", name: "python-docutils-0.15.2-3.4.2.noarch", product: { name: "python-docutils-0.15.2-3.4.2.noarch", product_id: "python-docutils-0.15.2-3.4.2.noarch", }, }, { category: "product_version", name: "python-functools32-3.2.3.2-2.6.1.noarch", product: { name: "python-functools32-3.2.3.2-2.6.1.noarch", product_id: "python-functools32-3.2.3.2-2.6.1.noarch", }, }, { category: "product_version", name: "python-jsonschema-2.6.0-5.3.1.noarch", product: { name: "python-jsonschema-2.6.0-5.3.1.noarch", product_id: "python-jsonschema-2.6.0-5.3.1.noarch", }, }, { category: "product_version", name: "python-nose2-0.9.1-2.3.7.noarch", product: { name: "python-nose2-0.9.1-2.3.7.noarch", product_id: "python-nose2-0.9.1-2.3.7.noarch", }, }, { category: "product_version", name: "python-parameterized-0.7.0-2.3.1.noarch", product: { name: "python-parameterized-0.7.0-2.3.1.noarch", product_id: "python-parameterized-0.7.0-2.3.1.noarch", }, }, { category: "product_version", name: "python-pathlib2-2.3.2-2.3.3.noarch", product: { name: "python-pathlib2-2.3.2-2.3.3.noarch", product_id: "python-pathlib2-2.3.2-2.3.3.noarch", }, }, { category: "product_version", name: "python-pyparsing-2.2.0-7.6.1.noarch", product: { name: "python-pyparsing-2.2.0-7.6.1.noarch", product_id: "python-pyparsing-2.2.0-7.6.1.noarch", }, }, { category: "product_version", name: "python-pyparsing-doc-2.2.0-7.6.1.noarch", product: { name: "python-pyparsing-doc-2.2.0-7.6.1.noarch", product_id: "python-pyparsing-doc-2.2.0-7.6.1.noarch", }, }, { category: "product_version", name: "python-pytest-cov-2.5.1-3.7.1.noarch", product: { name: "python-pytest-cov-2.5.1-3.7.1.noarch", product_id: "python-pytest-cov-2.5.1-3.7.1.noarch", }, }, { category: "product_version", name: "python-requests-2.20.1-8.7.7.noarch", product: { name: "python-requests-2.20.1-8.7.7.noarch", product_id: "python-requests-2.20.1-8.7.7.noarch", }, }, { category: "product_version", name: "python-requests-test-2.20.1-8.7.1.noarch", product: { name: "python-requests-test-2.20.1-8.7.1.noarch", product_id: "python-requests-test-2.20.1-8.7.1.noarch", }, }, { category: "product_version", name: "python-s3transfer-0.2.1-8.3.1.noarch", product: { name: "python-s3transfer-0.2.1-8.3.1.noarch", product_id: "python-s3transfer-0.2.1-8.3.1.noarch", }, }, { category: "product_version", name: "python3-aws-sam-translator-1.11.0-2.3.1.noarch", product: { name: "python3-aws-sam-translator-1.11.0-2.3.1.noarch", product_id: "python3-aws-sam-translator-1.11.0-2.3.1.noarch", }, }, { category: "product_version", name: "python3-boto3-1.9.213-14.9.1.noarch", product: { name: "python3-boto3-1.9.213-14.9.1.noarch", product_id: "python3-boto3-1.9.213-14.9.1.noarch", }, }, { category: "product_version", name: "python3-botocore-1.12.213-28.12.1.noarch", product: { name: "python3-botocore-1.12.213-28.12.1.noarch", product_id: "python3-botocore-1.12.213-28.12.1.noarch", }, }, { category: "product_version", name: "python3-cfn-lint-0.21.4-2.3.1.noarch", product: { name: "python3-cfn-lint-0.21.4-2.3.1.noarch", product_id: "python3-cfn-lint-0.21.4-2.3.1.noarch", }, }, { category: "product_version", name: "python3-docutils-0.15.2-3.4.2.noarch", product: { name: "python3-docutils-0.15.2-3.4.2.noarch", product_id: "python3-docutils-0.15.2-3.4.2.noarch", }, }, { category: "product_version", name: "python3-jsonpatch-1.1-10.4.1.noarch", product: { name: "python3-jsonpatch-1.1-10.4.1.noarch", product_id: "python3-jsonpatch-1.1-10.4.1.noarch", }, }, { category: "product_version", name: "python3-jsonschema-2.6.0-5.3.1.noarch", product: { name: "python3-jsonschema-2.6.0-5.3.1.noarch", product_id: "python3-jsonschema-2.6.0-5.3.1.noarch", }, }, { category: "product_version", name: "python3-nose2-0.9.1-2.3.7.noarch", product: { name: "python3-nose2-0.9.1-2.3.7.noarch", product_id: "python3-nose2-0.9.1-2.3.7.noarch", }, }, { category: "product_version", name: "python3-parameterized-0.7.0-2.3.1.noarch", product: { name: "python3-parameterized-0.7.0-2.3.1.noarch", product_id: "python3-parameterized-0.7.0-2.3.1.noarch", }, }, { category: "product_version", name: "python3-pathlib2-2.3.2-2.3.3.noarch", product: { name: "python3-pathlib2-2.3.2-2.3.3.noarch", product_id: "python3-pathlib2-2.3.2-2.3.3.noarch", }, }, { category: "product_version", name: "python3-pyparsing-2.2.0-7.6.1.noarch", product: { name: "python3-pyparsing-2.2.0-7.6.1.noarch", product_id: "python3-pyparsing-2.2.0-7.6.1.noarch", }, }, { category: "product_version", name: "python3-pyparsing-doc-2.2.0-7.6.1.noarch", product: { name: "python3-pyparsing-doc-2.2.0-7.6.1.noarch", product_id: "python3-pyparsing-doc-2.2.0-7.6.1.noarch", }, }, { category: "product_version", name: "python3-pytest-cov-2.5.1-3.7.1.noarch", product: { name: "python3-pytest-cov-2.5.1-3.7.1.noarch", product_id: "python3-pytest-cov-2.5.1-3.7.1.noarch", }, }, { category: "product_version", name: "python3-requests-2.20.1-8.7.7.noarch", product: { name: "python3-requests-2.20.1-8.7.7.noarch", product_id: "python3-requests-2.20.1-8.7.7.noarch", }, }, { category: "product_version", name: "python3-requests-test-2.20.1-8.7.1.noarch", product: { name: "python3-requests-test-2.20.1-8.7.1.noarch", product_id: "python3-requests-test-2.20.1-8.7.1.noarch", }, }, { category: "product_version", name: "python3-s3transfer-0.2.1-8.3.1.noarch", product: { name: "python3-s3transfer-0.2.1-8.3.1.noarch", product_id: "python3-s3transfer-0.2.1-8.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "python-PyYAML-5.1.2-26.9.4.ppc64le", product: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le", product_id: "python-PyYAML-5.1.2-26.9.4.ppc64le", }, }, { category: "product_version", name: "python-scandir-1.9.0-1.3.4.ppc64le", product: { name: "python-scandir-1.9.0-1.3.4.ppc64le", product_id: "python-scandir-1.9.0-1.3.4.ppc64le", }, }, { category: "product_version", name: "python3-PyYAML-5.1.2-26.9.4.ppc64le", product: { name: "python3-PyYAML-5.1.2-26.9.4.ppc64le", product_id: "python3-PyYAML-5.1.2-26.9.4.ppc64le", }, }, { category: "product_version", name: "python3-scandir-1.9.0-1.3.4.ppc64le", product: { name: "python3-scandir-1.9.0-1.3.4.ppc64le", product_id: "python3-scandir-1.9.0-1.3.4.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python-PyYAML-5.1.2-26.9.4.s390", product: { name: "python-PyYAML-5.1.2-26.9.4.s390", product_id: "python-PyYAML-5.1.2-26.9.4.s390", }, }, { category: "product_version", name: "python-scandir-1.9.0-1.3.4.s390", product: { name: "python-scandir-1.9.0-1.3.4.s390", product_id: "python-scandir-1.9.0-1.3.4.s390", }, }, { category: "product_version", name: "python3-PyYAML-5.1.2-26.9.4.s390", product: { name: "python3-PyYAML-5.1.2-26.9.4.s390", product_id: "python3-PyYAML-5.1.2-26.9.4.s390", }, }, { category: "product_version", name: "python3-scandir-1.9.0-1.3.4.s390", product: { name: "python3-scandir-1.9.0-1.3.4.s390", product_id: "python3-scandir-1.9.0-1.3.4.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "python-PyYAML-5.1.2-26.9.4.s390x", product: { name: "python-PyYAML-5.1.2-26.9.4.s390x", product_id: "python-PyYAML-5.1.2-26.9.4.s390x", }, }, { category: "product_version", name: "python-scandir-1.9.0-1.3.4.s390x", product: { name: "python-scandir-1.9.0-1.3.4.s390x", product_id: "python-scandir-1.9.0-1.3.4.s390x", }, }, { category: "product_version", name: "python3-PyYAML-5.1.2-26.9.4.s390x", product: { name: "python3-PyYAML-5.1.2-26.9.4.s390x", product_id: "python3-PyYAML-5.1.2-26.9.4.s390x", }, }, { category: "product_version", name: "python3-scandir-1.9.0-1.3.4.s390x", product: { name: "python3-scandir-1.9.0-1.3.4.s390x", product_id: "python3-scandir-1.9.0-1.3.4.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python-PyYAML-5.1.2-26.9.4.x86_64", product: { name: "python-PyYAML-5.1.2-26.9.4.x86_64", product_id: "python-PyYAML-5.1.2-26.9.4.x86_64", }, }, { category: "product_version", name: "python3-PyYAML-5.1.2-26.9.4.x86_64", product: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64", product_id: "python3-PyYAML-5.1.2-26.9.4.x86_64", }, }, { category: "product_version", name: "python-scandir-1.9.0-1.3.4.x86_64", product: { name: "python-scandir-1.9.0-1.3.4.x86_64", product_id: "python-scandir-1.9.0-1.3.4.x86_64", }, }, { category: "product_version", name: "python3-scandir-1.9.0-1.3.4.x86_64", product: { name: "python3-scandir-1.9.0-1.3.4.x86_64", product_id: "python3-scandir-1.9.0-1.3.4.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "HPE Helion OpenStack 8", product: { name: "HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8", product_identification_helper: { cpe: "cpe:/o:suse:hpe-helion-openstack:8", }, }, }, { category: "product_name", name: "SUSE OpenStack Cloud 7", product: { name: "SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud:7", }, }, }, { category: "product_name", name: "SUSE OpenStack Cloud 8", product: { name: "SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud:8", }, }, }, { category: "product_name", name: "SUSE OpenStack Cloud Crowbar 8", product: { name: "SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud-crowbar:8", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Availability Extension 12 SP1", product: { name: "SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1", product_identification_helper: { cpe: "cpe:/o:suse:sle-ha:12:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Availability Extension 12 SP2", product: { name: "SUSE Linux Enterprise High Availability Extension 12 SP2", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-ha:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Availability Extension 12 SP5", product: { name: "SUSE Linux Enterprise High Availability Extension 12 SP5", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-ha:12:sp5", }, }, }, { category: "product_name", name: "SUSE Manager Client Tools 12", product: { name: "SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12", }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Advanced Systems Management 12", product: { name: "SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-adv-systems-management:12", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 12", product: { name: "SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:12", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Public Cloud 12", product: { name: "SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-public-cloud:12", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Point of Sale 12 SP2", product: { name: "SUSE Linux Enterprise Point of Sale 12 SP2", product_id: "SUSE Linux Enterprise Point of Sale 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-pos:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP1-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP2-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP2-BCL", product: { name: "SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL", product_identification_helper: { cpe: "cpe:/o:suse:sles-bcl:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP3-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP3-BCL", product: { name: "SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL", product_identification_helper: { cpe: "cpe:/o:suse:sles-bcl:12:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP4", product: { name: "SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5", product: { name: "SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp5", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 3.2", product: { name: "SUSE Manager Proxy 3.2", product_id: "SUSE Manager Proxy 3.2", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:3.2", }, }, }, { category: "product_name", name: "SUSE Manager Server 3.2", product: { name: "SUSE Manager Server 3.2", product_id: "SUSE Manager Server 3.2", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:3.2", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 5", product: { name: "SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5", product_identification_helper: { cpe: "cpe:/o:suse:ses:5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-botocore-1.12.213-28.12.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-botocore-1.12.213-28.12.1.noarch", }, product_reference: "python-botocore-1.12.213-28.12.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-jsonpatch-1.1-10.4.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-jsonpatch-1.1-10.4.1.noarch", }, product_reference: "python-jsonpatch-1.1-10.4.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-jsonpointer-1.0-10.3.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python3-jsonpointer-1.0-10.3.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python3-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python3-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-jsonpatch-1.1-10.4.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-jsonpatch-1.1-10.4.1.noarch", }, product_reference: "python-jsonpatch-1.1-10.4.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-jsonpointer-1.0-10.3.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python3-jsonpointer-1.0-10.3.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python3-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python3-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE OpenStack Cloud 7", product_id: "SUSE OpenStack Cloud 7:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 7", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-botocore-1.12.213-28.12.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-botocore-1.12.213-28.12.1.noarch", }, product_reference: "python-botocore-1.12.213-28.12.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-jsonpatch-1.1-10.4.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-jsonpatch-1.1-10.4.1.noarch", }, product_reference: "python-jsonpatch-1.1-10.4.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-jsonpointer-1.0-10.3.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python3-jsonpointer-1.0-10.3.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python3-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python3-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python-botocore-1.12.213-28.12.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python-botocore-1.12.213-28.12.1.noarch", }, product_reference: "python-botocore-1.12.213-28.12.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python-jsonpatch-1.1-10.4.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python-jsonpatch-1.1-10.4.1.noarch", }, product_reference: "python-jsonpatch-1.1-10.4.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python3-jsonpointer-1.0-10.3.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python3-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python3-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP1", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP2", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP2", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP2", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-requests-2.20.1-8.7.7.noarch as component of SUSE Linux Enterprise High Availability Extension 12 SP5", product_id: "SUSE Linux Enterprise High Availability Extension 12 SP5:python-requests-2.20.1-8.7.7.noarch", }, product_reference: "python-requests-2.20.1-8.7.7.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Availability Extension 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Advanced Systems Management 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Advanced Systems Management 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Advanced Systems Management 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Advanced Systems Management 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Advanced Systems Management 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Module for Advanced Systems Management 12", product_id: "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Advanced Systems Management 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", product_id: "SUSE Linux Enterprise Module for Containers 12:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 12", }, { category: "default_component_of", full_product_name: { name: "cfn-lint-0.21.4-2.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:cfn-lint-0.21.4-2.3.1.noarch", }, product_reference: "cfn-lint-0.21.4-2.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-boto3-1.9.213-14.9.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-boto3-1.9.213-14.9.1.noarch", }, product_reference: "python-boto3-1.9.213-14.9.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-botocore-1.12.213-28.12.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-botocore-1.12.213-28.12.1.noarch", }, product_reference: "python-botocore-1.12.213-28.12.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-docutils-0.15.2-3.4.2.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-docutils-0.15.2-3.4.2.noarch", }, product_reference: "python-docutils-0.15.2-3.4.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-functools32-3.2.3.2-2.6.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-functools32-3.2.3.2-2.6.1.noarch", }, product_reference: "python-functools32-3.2.3.2-2.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-jsonpatch-1.1-10.4.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpatch-1.1-10.4.1.noarch", }, product_reference: "python-jsonpatch-1.1-10.4.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-jsonpointer-1.0-10.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-jsonschema-2.6.0-5.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonschema-2.6.0-5.3.1.noarch", }, product_reference: "python-jsonschema-2.6.0-5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-requests-2.20.1-8.7.7.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.20.1-8.7.7.noarch", }, product_reference: "python-requests-2.20.1-8.7.7.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-s3transfer-0.2.1-8.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python-s3transfer-0.2.1-8.3.1.noarch", }, product_reference: "python-s3transfer-0.2.1-8.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-aws-sam-translator-1.11.0-2.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-aws-sam-translator-1.11.0-2.3.1.noarch", }, product_reference: "python3-aws-sam-translator-1.11.0-2.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-boto3-1.9.213-14.9.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-boto3-1.9.213-14.9.1.noarch", }, product_reference: "python3-boto3-1.9.213-14.9.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-botocore-1.12.213-28.12.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-botocore-1.12.213-28.12.1.noarch", }, product_reference: "python3-botocore-1.12.213-28.12.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-cfn-lint-0.21.4-2.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-cfn-lint-0.21.4-2.3.1.noarch", }, product_reference: "python3-cfn-lint-0.21.4-2.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-docutils-0.15.2-3.4.2.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-docutils-0.15.2-3.4.2.noarch", }, product_reference: "python3-docutils-0.15.2-3.4.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-jsonpatch-1.1-10.4.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpatch-1.1-10.4.1.noarch", }, product_reference: "python3-jsonpatch-1.1-10.4.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-jsonpointer-1.0-10.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpointer-1.0-10.3.1.noarch", }, product_reference: "python3-jsonpointer-1.0-10.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-jsonschema-2.6.0-5.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonschema-2.6.0-5.3.1.noarch", }, product_reference: "python3-jsonschema-2.6.0-5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-requests-2.20.1-8.7.7.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.20.1-8.7.7.noarch", }, product_reference: "python3-requests-2.20.1-8.7.7.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python3-s3transfer-0.2.1-8.3.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12", product_id: "SUSE Linux Enterprise Module for Public Cloud 12:python3-s3transfer-0.2.1-8.3.1.noarch", }, product_reference: "python3-s3transfer-0.2.1-8.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 12", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Point of Sale 12 SP2", product_id: "SUSE Linux Enterprise Point of Sale 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Point of Sale 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Point of Sale 12 SP2", product_id: "SUSE Linux Enterprise Point of Sale 12 SP2:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Point of Sale 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "python-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL:python-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "python3-pyparsing-2.2.0-7.6.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", product_id: "SUSE Linux Enterprise Server 12 SP2-BCL:python3-pyparsing-2.2.0-7.6.1.noarch", }, product_reference: "python3-pyparsing-2.2.0-7.6.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-BCL", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-BCL", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-BCL", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-BCL", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-BCL", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", product_id: "SUSE Linux Enterprise Server 12 SP3-BCL:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3-BCL", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP4", product_id: "SUSE Linux Enterprise Server 12 SP4:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP4", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-requests-2.20.1-8.7.7.noarch as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python-requests-2.20.1-8.7.7.noarch", }, product_reference: "python-requests-2.20.1-8.7.7.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-requests-2.20.1-8.7.7.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-requests-2.20.1-8.7.7.noarch", }, product_reference: "python-requests-2.20.1-8.7.7.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Manager Proxy 3.2", product_id: "SUSE Manager Proxy 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Manager Proxy 3.2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.ppc64le as component of SUSE Manager Server 3.2", product_id: "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.ppc64le", }, product_reference: "python-PyYAML-5.1.2-26.9.4.ppc64le", relates_to_product_reference: "SUSE Manager Server 3.2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.s390x as component of SUSE Manager Server 3.2", product_id: "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.s390x", }, product_reference: "python-PyYAML-5.1.2-26.9.4.s390x", relates_to_product_reference: "SUSE Manager Server 3.2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Manager Server 3.2", product_id: "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Manager Server 3.2", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python-packaging-17.1-2.5.1.noarch as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python-packaging-17.1-2.5.1.noarch", }, product_reference: "python-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.aarch64 as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.aarch64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python3-PyYAML-5.1.2-26.9.4.x86_64 as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.x86_64", }, product_reference: "python3-PyYAML-5.1.2-26.9.4.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python3-asn1crypto-0.24.0-2.5.1.noarch as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python3-asn1crypto-0.24.0-2.5.1.noarch", }, product_reference: "python3-asn1crypto-0.24.0-2.5.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 5", }, { category: "default_component_of", full_product_name: { name: "python3-packaging-17.1-2.5.1.noarch as component of SUSE Enterprise Storage 5", product_id: "SUSE Enterprise Storage 5:python3-packaging-17.1-2.5.1.noarch", }, product_reference: "python3-packaging-17.1-2.5.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 5", }, ], }, vulnerabilities: [ { cve: "CVE-2018-18074", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-18074", }, ], notes: [ { category: "general", text: "The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network.", title: "CVE description", }, ], product_status: { recommended: [ "HPE Helion OpenStack 8:python-PyYAML-5.1.2-26.9.4.x86_64", "HPE Helion OpenStack 8:python-asn1crypto-0.24.0-2.5.1.noarch", "HPE Helion OpenStack 8:python-botocore-1.12.213-28.12.1.noarch", "HPE Helion OpenStack 8:python-jsonpatch-1.1-10.4.1.noarch", "HPE Helion OpenStack 8:python-jsonpointer-1.0-10.3.1.noarch", "HPE Helion OpenStack 8:python-packaging-17.1-2.5.1.noarch", "HPE Helion OpenStack 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "HPE Helion OpenStack 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "HPE Helion OpenStack 8:python3-jsonpointer-1.0-10.3.1.noarch", "HPE Helion OpenStack 8:python3-packaging-17.1-2.5.1.noarch", "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Enterprise Storage 5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Enterprise Storage 5:python-packaging-17.1-2.5.1.noarch", "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Enterprise Storage 5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Enterprise Storage 5:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Containers 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:cfn-lint-0.21.4-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:python-boto3-1.9.213-14.9.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-botocore-1.12.213-28.12.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-docutils-0.15.2-3.4.2.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-functools32-3.2.3.2-2.6.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpatch-1.1-10.4.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpointer-1.0-10.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonschema-2.6.0-5.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-s3transfer-0.2.1-8.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:python3-aws-sam-translator-1.11.0-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-boto3-1.9.213-14.9.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-botocore-1.12.213-28.12.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-cfn-lint-0.21.4-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-docutils-0.15.2-3.4.2.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpatch-1.1-10.4.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonschema-2.6.0-5.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-s3transfer-0.2.1-8.3.1.noarch", "SUSE Linux Enterprise Point of Sale 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Point of Sale 12 SP2:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Server 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-packaging-17.1-2.5.1.noarch", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Proxy 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 7:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 7:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud 7:python-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 7:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 7:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE OpenStack Cloud 7:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 7:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 7:python3-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 7:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE OpenStack Cloud 8:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 8:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 8:python-botocore-1.12.213-28.12.1.noarch", "SUSE OpenStack Cloud 8:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud 8:python-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 8:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 8:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 8:python3-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-botocore-1.12.213-28.12.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-packaging-17.1-2.5.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2018-18074", url: "https://www.suse.com/security/cve/CVE-2018-18074", }, { category: "external", summary: "SUSE Bug 1111622 for CVE-2018-18074", url: "https://bugzilla.suse.com/1111622", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "HPE Helion OpenStack 8:python-PyYAML-5.1.2-26.9.4.x86_64", "HPE Helion OpenStack 8:python-asn1crypto-0.24.0-2.5.1.noarch", "HPE Helion OpenStack 8:python-botocore-1.12.213-28.12.1.noarch", "HPE Helion OpenStack 8:python-jsonpatch-1.1-10.4.1.noarch", "HPE Helion OpenStack 8:python-jsonpointer-1.0-10.3.1.noarch", "HPE Helion OpenStack 8:python-packaging-17.1-2.5.1.noarch", "HPE Helion OpenStack 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "HPE Helion OpenStack 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "HPE Helion OpenStack 8:python3-jsonpointer-1.0-10.3.1.noarch", "HPE Helion OpenStack 8:python3-packaging-17.1-2.5.1.noarch", "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Enterprise Storage 5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Enterprise Storage 5:python-packaging-17.1-2.5.1.noarch", "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Enterprise Storage 5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Enterprise Storage 5:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Containers 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:cfn-lint-0.21.4-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:python-boto3-1.9.213-14.9.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-botocore-1.12.213-28.12.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-docutils-0.15.2-3.4.2.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-functools32-3.2.3.2-2.6.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpatch-1.1-10.4.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpointer-1.0-10.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonschema-2.6.0-5.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-s3transfer-0.2.1-8.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:python3-aws-sam-translator-1.11.0-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-boto3-1.9.213-14.9.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-botocore-1.12.213-28.12.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-cfn-lint-0.21.4-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-docutils-0.15.2-3.4.2.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpatch-1.1-10.4.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonschema-2.6.0-5.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-s3transfer-0.2.1-8.3.1.noarch", "SUSE Linux Enterprise Point of Sale 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Point of Sale 12 SP2:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Server 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-packaging-17.1-2.5.1.noarch", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Proxy 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 7:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 7:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud 7:python-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 7:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 7:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE OpenStack Cloud 7:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 7:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 7:python3-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 7:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE OpenStack Cloud 8:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 8:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 8:python-botocore-1.12.213-28.12.1.noarch", "SUSE OpenStack Cloud 8:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud 8:python-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 8:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 8:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 8:python3-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-botocore-1.12.213-28.12.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-packaging-17.1-2.5.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.0", }, products: [ "HPE Helion OpenStack 8:python-PyYAML-5.1.2-26.9.4.x86_64", "HPE Helion OpenStack 8:python-asn1crypto-0.24.0-2.5.1.noarch", "HPE Helion OpenStack 8:python-botocore-1.12.213-28.12.1.noarch", "HPE Helion OpenStack 8:python-jsonpatch-1.1-10.4.1.noarch", "HPE Helion OpenStack 8:python-jsonpointer-1.0-10.3.1.noarch", "HPE Helion OpenStack 8:python-packaging-17.1-2.5.1.noarch", "HPE Helion OpenStack 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "HPE Helion OpenStack 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "HPE Helion OpenStack 8:python3-jsonpointer-1.0-10.3.1.noarch", "HPE Helion OpenStack 8:python3-packaging-17.1-2.5.1.noarch", "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Enterprise Storage 5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Enterprise Storage 5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Enterprise Storage 5:python-packaging-17.1-2.5.1.noarch", "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Enterprise Storage 5:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Enterprise Storage 5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Enterprise Storage 5:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise High Availability Extension 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise High Availability Extension 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Containers 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:cfn-lint-0.21.4-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Public Cloud 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:python-boto3-1.9.213-14.9.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-botocore-1.12.213-28.12.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-docutils-0.15.2-3.4.2.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-functools32-3.2.3.2-2.6.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpatch-1.1-10.4.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonpointer-1.0-10.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-jsonschema-2.6.0-5.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python-s3transfer-0.2.1-8.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Module for Public Cloud 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Module for Public Cloud 12:python3-aws-sam-translator-1.11.0-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-boto3-1.9.213-14.9.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-botocore-1.12.213-28.12.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-cfn-lint-0.21.4-2.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-docutils-0.15.2-3.4.2.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpatch-1.1-10.4.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-jsonschema-2.6.0-5.3.1.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Module for Public Cloud 12:python3-s3transfer-0.2.1-8.3.1.noarch", "SUSE Linux Enterprise Point of Sale 12 SP2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Point of Sale 12 SP2:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP4:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Server 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server 12 SP5:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-packaging-17.1-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-requests-2.20.1-8.7.7.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-packaging-17.1-2.5.1.noarch", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Client Tools 12:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.aarch64", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Client Tools 12:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Proxy 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.ppc64le", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE Manager Server 3.2:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.aarch64", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.s390x", "SUSE OpenStack Cloud 7:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 7:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 7:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud 7:python-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 7:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 7:python-pyparsing-2.2.0-7.6.1.noarch", "SUSE OpenStack Cloud 7:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 7:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 7:python3-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 7:python3-pyparsing-2.2.0-7.6.1.noarch", "SUSE OpenStack Cloud 8:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 8:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 8:python-botocore-1.12.213-28.12.1.noarch", "SUSE OpenStack Cloud 8:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud 8:python-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 8:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud 8:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud 8:python3-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-botocore-1.12.213-28.12.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-jsonpatch-1.1-10.4.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-packaging-17.1-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-PyYAML-5.1.2-26.9.4.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-asn1crypto-0.24.0-2.5.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-jsonpointer-1.0-10.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python3-packaging-17.1-2.5.1.noarch", ], }, ], threats: [ { category: "impact", date: "2020-03-02T12:28:30Z", details: "moderate", }, ], title: "CVE-2018-18074", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.