botbuilder-python
botbuilder-python copied to clipboard
Use latest PyJWT
Fixes #1837
Description
Changes calls of jwt.decode
to stop using dropped verify
parameter
I need this to avoid cve-2022-29217 with the old version of pyJWT. Can we get this merged?
I need this to avoid cve-2022-29217 with the old version of pyJWT. Can we get this merged?
Some tests failed with this merge, we need input from the Microsoft team on Azure DEVOPS for more details. @axelsrz
There are also conflicts that need to be resolved.
@sdawodu Thanks. Apologies for the delay. We were required to turn off forked builds, which was keep me from merging this PR. I merged into another branch, and merged into main: https://github.com/microsoft/botbuilder-python/pull/1973