IBM / ibm-cos-sdk-python

ibm-cos-sdk-python
Apache License 2.0
45 stars 26 forks source link

security: ibm-cos-sdk app scan violation in the packaged urllib #25

Closed scottdickerson closed 5 years ago

scottdickerson commented 5 years ago

The packaged version of urllib3 and sessions has a security violation, please upgrade them in the latest cos-sdk

Found in 2.5.2 version of ibm-cos-sdk library:

/Users/scottsd/Documents/GitHub/analytics-service-library/env/lib/python3.7/site-packages/ibm_botocore/vendored/requests/packages/urllib3/util/retry.py

image

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20060

Also there's a violation in the sessions package:

image

image

CVE-2018-20060 CVE's 2018-20060 CVE 2018-18074

paul-carron commented 5 years ago

Internal reference: CSAFE-58815

paul-carron commented 5 years ago

@scottdickerson this is now fixed in release 2.5.4.

paul-carron commented 5 years ago

close