SUSE-SU-2020:0555-1

See a problem?
Import Source
https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2020:0555-1.json
JSON Data
https://api.osv.dev/v1/vulns/SUSE-SU-2020:0555-1
Related
Published
2020-03-02T12:28:30Z
Modified
2020-03-02T12:28:30Z
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
Details

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 PAYPERREQUEST 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)
    • shouldbypassproxies 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 parseheaderlinks() 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.
References

Affected packages

SUSE:HPE Helion OpenStack 8 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=HPE%20Helion%20OpenStack%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:HPE Helion OpenStack 8 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=HPE%20Helion%20OpenStack%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:HPE Helion OpenStack 8 / python-botocore

Package

Name
python-botocore
Purl
purl:rpm/suse/python-botocore&distro=HPE%20Helion%20OpenStack%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.213-28.12.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:HPE Helion OpenStack 8 / python-jsonpatch

Package

Name
python-jsonpatch
Purl
purl:rpm/suse/python-jsonpatch&distro=HPE%20Helion%20OpenStack%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1-10.4.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:HPE Helion OpenStack 8 / python-jsonpointer

Package

Name
python-jsonpointer
Purl
purl:rpm/suse/python-jsonpointer&distro=HPE%20Helion%20OpenStack%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-10.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:HPE Helion OpenStack 8 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=HPE%20Helion%20OpenStack%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 7 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20OpenStack%20Cloud%207

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 7 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20OpenStack%20Cloud%207

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 7 / python-jsonpatch

Package

Name
python-jsonpatch
Purl
purl:rpm/suse/python-jsonpatch&distro=SUSE%20OpenStack%20Cloud%207

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1-10.4.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 7 / python-jsonpointer

Package

Name
python-jsonpointer
Purl
purl:rpm/suse/python-jsonpointer&distro=SUSE%20OpenStack%20Cloud%207

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-10.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 7 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20OpenStack%20Cloud%207

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 7 / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20OpenStack%20Cloud%207

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 8 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20OpenStack%20Cloud%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 8 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20OpenStack%20Cloud%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 8 / python-botocore

Package

Name
python-botocore
Purl
purl:rpm/suse/python-botocore&distro=SUSE%20OpenStack%20Cloud%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.213-28.12.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 8 / python-jsonpatch

Package

Name
python-jsonpatch
Purl
purl:rpm/suse/python-jsonpatch&distro=SUSE%20OpenStack%20Cloud%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1-10.4.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 8 / python-jsonpointer

Package

Name
python-jsonpointer
Purl
purl:rpm/suse/python-jsonpointer&distro=SUSE%20OpenStack%20Cloud%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-10.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud 8 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20OpenStack%20Cloud%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-jsonpointer": "1.0-10.3.1"
        }
    ]
}

SUSE:OpenStack Cloud Crowbar 8 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20OpenStack%20Cloud%20Crowbar%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:OpenStack Cloud Crowbar 8 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20OpenStack%20Cloud%20Crowbar%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:OpenStack Cloud Crowbar 8 / python-botocore

Package

Name
python-botocore
Purl
purl:rpm/suse/python-botocore&distro=SUSE%20OpenStack%20Cloud%20Crowbar%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.213-28.12.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:OpenStack Cloud Crowbar 8 / python-jsonpatch

Package

Name
python-jsonpatch
Purl
purl:rpm/suse/python-jsonpatch&distro=SUSE%20OpenStack%20Cloud%20Crowbar%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1-10.4.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:OpenStack Cloud Crowbar 8 / python-jsonpointer

Package

Name
python-jsonpointer
Purl
purl:rpm/suse/python-jsonpointer&distro=SUSE%20OpenStack%20Cloud%20Crowbar%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-10.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:OpenStack Cloud Crowbar 8 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20OpenStack%20Cloud%20Crowbar%208

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-jsonpatch": "1.1-10.4.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python-botocore": "1.12.213-28.12.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP1 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP1 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP1 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP1 / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python3-packaging": "17.1-2.5.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python3-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP2 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Linux Enterprise High Availability Extension 12 SP5 / python-requests

Package

Name
python-requests
Purl
purl:rpm/suse/python-requests&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.20.1-8.7.7

Ecosystem specific

{
    "binaries": [
        {
            "python-requests": "2.20.1-8.7.7"
        }
    ]
}

SUSE:Manager Tools 12 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Manager%20Tools%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Linux Enterprise Module for Advanced Systems Management 12 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Advanced%20Systems%20Management%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Linux Enterprise Module for Containers 12 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Containers%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-aws-sam-translator

Package

Name
python-aws-sam-translator
Purl
purl:rpm/suse/python-aws-sam-translator&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.11.0-2.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-boto3

Package

Name
python-boto3
Purl
purl:rpm/suse/python-boto3&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.9.213-14.9.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-botocore

Package

Name
python-botocore
Purl
purl:rpm/suse/python-botocore&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.213-28.12.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-cfn-lint

Package

Name
python-cfn-lint
Purl
purl:rpm/suse/python-cfn-lint&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.21.4-2.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-docutils

Package

Name
python-docutils
Purl
purl:rpm/suse/python-docutils&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.15.2-3.4.2

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-functools32

Package

Name
python-functools32
Purl
purl:rpm/suse/python-functools32&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.2.3.2-2.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-jsonpatch

Package

Name
python-jsonpatch
Purl
purl:rpm/suse/python-jsonpatch&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1-10.4.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-jsonpointer

Package

Name
python-jsonpointer
Purl
purl:rpm/suse/python-jsonpointer&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-10.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-jsonschema

Package

Name
python-jsonschema
Purl
purl:rpm/suse/python-jsonschema&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.6.0-5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-requests

Package

Name
python-requests
Purl
purl:rpm/suse/python-requests&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.20.1-8.7.7

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Public Cloud 12 / python-s3transfer

Package

Name
python-s3transfer
Purl
purl:rpm/suse/python-s3transfer&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Public%20Cloud%2012

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.2.1-8.3.1

Ecosystem specific

{
    "binaries": [
        {
            "python-botocore": "1.12.213-28.12.1",
            "python3-requests": "2.20.1-8.7.7",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-jsonschema": "2.6.0-5.3.1",
            "python3-aws-sam-translator": "1.11.0-2.3.1",
            "python-functools32": "3.2.3.2-2.6.1",
            "python-s3transfer": "0.2.1-8.3.1",
            "python3-docutils": "0.15.2-3.4.2",
            "python-jsonpatch": "1.1-10.4.1",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-botocore": "1.12.213-28.12.1",
            "python3-s3transfer": "0.2.1-8.3.1",
            "python-requests": "2.20.1-8.7.7",
            "python-jsonschema": "2.6.0-5.3.1",
            "python3-jsonpatch": "1.1-10.4.1",
            "python3-jsonpointer": "1.0-10.3.1",
            "python3-boto3": "1.9.213-14.9.1",
            "python3-cfn-lint": "0.21.4-2.3.1",
            "python-boto3": "1.9.213-14.9.1",
            "cfn-lint": "0.21.4-2.3.1",
            "python-jsonpointer": "1.0-10.3.1",
            "python-docutils": "0.15.2-3.4.2"
        }
    ]
}

SUSE:Linux Enterprise Point of Sale 12 SP2 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Point%20of%20Sale%2012%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP1 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP1 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP1 / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP2 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP2 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP2 / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP3 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP3 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP3 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP1-LTSS / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP1-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP1-LTSS / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP1-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP1-LTSS / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP1-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP2-LTSS / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP2-LTSS / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP2-LTSS / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP2-BCL / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-BCL

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP2-BCL / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-BCL

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP2-BCL / python-pyparsing

Package

Name
python-pyparsing
Purl
purl:rpm/suse/python-pyparsing&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-BCL

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2.0-7.6.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-pyparsing": "2.2.0-7.6.1",
            "python-pyparsing": "2.2.0-7.6.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP3-LTSS / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP3-LTSS / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP3-LTSS / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP3-BCL / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3-BCL

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP3-BCL / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3-BCL

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP3-BCL / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3-BCL

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP4 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP4 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP4 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP4 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP4 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP4 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP5 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP5 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP5 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server 12 SP5 / python-requests

Package

Name
python-requests
Purl
purl:rpm/suse/python-requests&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.20.1-8.7.7

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP5 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP5 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP5 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 12 SP5 / python-requests

Package

Name
python-requests
Purl
purl:rpm/suse/python-requests&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.20.1-8.7.7

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python-requests": "2.20.1-8.7.7",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Manager Proxy 3.2 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Manager%20Proxy%203.2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Manager Server 3.2 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Manager%20Server%203.2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-PyYAML": "5.1.2-26.9.4"
        }
    ]
}

SUSE:Enterprise Storage 5 / python-PyYAML

Package

Name
python-PyYAML
Purl
purl:rpm/suse/python-PyYAML&distro=SUSE%20Enterprise%20Storage%205

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.1.2-26.9.4

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Enterprise Storage 5 / python-asn1crypto

Package

Name
python-asn1crypto
Purl
purl:rpm/suse/python-asn1crypto&distro=SUSE%20Enterprise%20Storage%205

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.24.0-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}

SUSE:Enterprise Storage 5 / python-packaging

Package

Name
python-packaging
Purl
purl:rpm/suse/python-packaging&distro=SUSE%20Enterprise%20Storage%205

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
17.1-2.5.1

Ecosystem specific

{
    "binaries": [
        {
            "python-packaging": "17.1-2.5.1",
            "python-PyYAML": "5.1.2-26.9.4",
            "python3-PyYAML": "5.1.2-26.9.4",
            "python3-asn1crypto": "0.24.0-2.5.1",
            "python-asn1crypto": "0.24.0-2.5.1",
            "python3-packaging": "17.1-2.5.1"
        }
    ]
}