-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency pyjwt to v2 [security] #5360
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/pypi-pyjwt-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
February 6, 2024 16:17
5420421
to
693acf5
Compare
renovate
bot
changed the title
chore(deps): update dependency pyjwt to v2 [security]
Update dependency pyjwt to v2 [SECURITY]
Feb 6, 2024
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
3 times, most recently
from
March 6, 2024 13:54
c481f58
to
d4b915a
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
March 26, 2024 12:43
6323a2f
to
a52e271
Compare
renovate
bot
changed the title
Update dependency pyjwt to v2 [SECURITY]
chore(deps): update dependency pyjwt to v2 [security]
Mar 26, 2024
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
March 26, 2024 14:38
a52e271
to
c4eeea6
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
April 2, 2024 15:06
c4eeea6
to
c52de0c
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
April 17, 2024 12:03
8e1df5a
to
c23c097
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
4 times, most recently
from
April 25, 2024 18:07
5f0cdaa
to
fb62e88
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
May 3, 2024 15:46
fb62e88
to
7bd7eeb
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
May 20, 2024 19:54
cdbe00b
to
babd7a9
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
May 28, 2024 20:06
babd7a9
to
c58e693
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
June 17, 2024 15:12
014a4b2
to
6aeb59b
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
3 times, most recently
from
October 7, 2024 19:19
e020815
to
5c089ba
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
October 17, 2024 14:06
5c089ba
to
9823fdd
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
October 25, 2024 12:21
9823fdd
to
6eaeb46
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
November 21, 2024 22:00
4163d88
to
3269416
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
November 25, 2024 15:53
3269416
to
120d2dd
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
3 times, most recently
from
December 10, 2024 19:05
7ea817a
to
a58e8a2
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
2 times, most recently
from
January 13, 2025 16:09
f4cf27c
to
45f120d
Compare
renovate
bot
force-pushed
the
renovate/pypi-pyjwt-vulnerability
branch
from
January 13, 2025 16:50
45f120d
to
249c084
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.5.2
->==2.4.0
GitHub Vulnerability Alerts
CVE-2022-29217
Impact
What kind of vulnerability is it? Who is impacted?
Disclosed by Aapo Oksman (Senior Security Specialist, Nixu Corporation).
Patches
Users should upgrade to v2.4.0.
Workarounds
Always be explicit with the algorithms that are accepted and expected when decoding.
References
Are there any links users can visit to find out more?
For more information
If you have any questions or comments about this advisory:
Release Notes
jpadilla/pyjwt (pyjwt)
v2.4.0
Compare Source
Changed
v2.3.0
Compare Source
Security
v2.2.0
Compare Source
Fixed
#​702 <https://github.com/jpadilla/pyjwt/pull/702>
__v2.1.0
Compare Source
Changed
v2.0.1
Compare Source
Changed
v2.0.0
Compare Source
Changed
v1.7.1
Compare Source
Changed
(#441) by @jdufresne
@jdufresne
Ed25519
/ EdDSA, with unit tests (#455) by@Someguy123
python_requires
(#478) by @michael-k@dimaqq
tox -e lint
warnings and errors (#490) by @jdufresne(#491) by @jdufresne
(#492) by @jdufresne
@GeoffRichards
@jdufresne
@michael-k
default_backend()
(#523) by @rohitkg98@jdufresne
@jdufresne
@jdufresne
by @jdufresne
@jdufresne
(#543) by @jdufresne
@jdufresne
by @jdufresne
@jdufresne
(#555) by @jdufresne
@jdufresne
(#558) by @jdufresne
@jdufresne
(#562) by @jdufresne
by @jdufresne
(#571) by @jdufresne
(#574) by @jdufresne
v1.7.0
Compare Source
Fixed
v1.6.4
Compare Source
Changed
v1.6.3
Compare Source
Fixed
v1.6.1
Compare Source
Changed
v1.6.0
Compare Source
Fixed
v1.5.3
Compare Source
Changed
Configuration
📅 Schedule: Branch creation - "" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.