Consensys / pythx

A Python library for the MythX smart contract security analysis platform
MIT License
33 stars 12 forks source link

Upgrade PyJWT 1.7.1 -> 2.4.0 #182

Open jTiKey opened 2 years ago

jTiKey commented 2 years ago

Since PyJWT==1.7.1 is insecure: https://vuldb.com/?id.200637

I've adjusted the Client to work with the new version. Without my code, there were 16 failed tests, upgrading would add another 2 which I fixed.

jTiKey commented 1 year ago

@dmuhs could you check this one?