ozblumen / UdmTestMaven

0 stars 0 forks source link

Update dependency oauth2client to v1.3.2 - autoclosed #12

Closed dev-mend-for-github-com[bot] closed 2 years ago

dev-mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Update Change
oauth2client patch ==1.3 -> ==1.3.2

By merging this PR, the issue #11 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2020-13757
Medium Medium 5.9 CVE-2020-25658
Medium Medium 4.0 WS-2012-0012

Release Notes

google/oauth2client ### [`v1.3.2`](https://togithub.com/google/oauth2client/blob/HEAD/CHANGELOG.md#v132) [Compare Source](https://togithub.com/google/oauth2client/compare/v1.3.1...v1.3.2) - Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`, which is common in some environments (such as GAE). ### [`v1.3.1`](https://togithub.com/google/oauth2client/blob/HEAD/CHANGELOG.md#v131) [Compare Source](https://togithub.com/google/oauth2client/compare/v1.3...v1.3.1) - Quick bugfix for bad error handling in from_json.