Mastercard / oauth1-signer-python

Python library for generating a Mastercard API compliant OAuth signature.
https://developer.mastercard.com/platform/documentation/security-and-authentication/using-oauth-1a-to-access-mastercard-apis/
MIT License
29 stars 22 forks source link

Fixing security vulnerability #53

Closed karen-avetisyan-mc closed 6 months ago

karen-avetisyan-mc commented 7 months ago

Description

Upgrading Cryptography to use 42.0.0.0 or above. Replacing deprecated load_pkcs12

ShimonaR-MC commented 7 months ago

Cryptography 42.0.0 requires Python 7+. Won't work with python 6.

danny-gallagher commented 7 months ago

Cryptography 42.0.0 requires Python 7+. Won't work with python 6.

We will also need to update the README with the new version of python supported, currently it says 3.6+

karen-avetisyan-mc commented 7 months ago

Readme updated and builds are passing

karen-avetisyan-mc commented 7 months ago

Cryptography 42.0.0 requires Python 7+. Won't work with python 6. We will start from 3.8