-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency express-jwt to v6 [SECURITY] #7
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-express-jwt-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
3311ae1
to
5f8af26
Compare
5f8af26
to
9ee0e89
Compare
9ee0e89
to
7098c8f
Compare
7098c8f
to
111199b
Compare
111199b
to
49f9d57
Compare
49f9d57
to
135fcd3
Compare
135fcd3
to
7abac35
Compare
7abac35
to
e73dc0c
Compare
e73dc0c
to
29b917d
Compare
29b917d
to
8fc6099
Compare
8fc6099
to
2727955
Compare
2727955
to
926e576
Compare
926e576
to
1534ba8
Compare
5ca8ee7
to
f46d83e
Compare
f46d83e
to
55580a7
Compare
55580a7
to
d057355
Compare
cdd06b0
to
0009101
Compare
49172ba
to
16560b1
Compare
16560b1
to
40a7ae1
Compare
40a7ae1
to
6972aa2
Compare
6972aa2
to
1362880
Compare
1362880
to
a57343d
Compare
a57343d
to
1e4c366
Compare
1e4c366
to
115745a
Compare
115745a
to
b39a5d0
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:
^3.0.0
->^6.0.0
GitHub Vulnerability Alerts
CVE-2020-15084
Overview
Versions before and including 5.3.3, we are not enforcing the algorithms entry to be specified in the configuration.
When algorithms is not specified in the configuration, with the combination of jwks-rsa, it may lead to authorization bypass.
Am I affected?
You are affected by this vulnerability if all of the following conditions apply:
You are using express-jwt
AND
You do not have algorithms configured in your express-jwt configuration.
AND
You are using libraries such as jwks-rsa as the secret.
How to fix that?
Specify algorithms in the express-jwt configuration. The following is an example of a proper configuration
Will this update impact my users?
The fix provided in patch will not affect your users if you specified the algorithms allowed. The patch now makes algorithms a required configuration.
Credit
IST Group
Release Notes
auth0/express-jwt (express-jwt)
v6.0.0
Compare Source
v5.3.3
Compare Source
v5.3.2
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
v5.1.0
Compare Source
v5.0.0
Compare Source
v3.4.0
Compare Source
v3.3.0
Compare Source
v3.2.0
Compare Source
v3.1.0
Compare Source
v3.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.