Update dependency passport to ^0.6.0 [SECURITY] - #190
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
December 3, 2023 11:43
3a8574e to
2340ace
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
December 3, 2023 13:37
2340ace to
f98193b
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 4, 2024 13:58
f98193b to
3f5dab9
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 4, 2024 15:37
3f5dab9 to
a19707f
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
January 9, 2024 14:12
23778b6 to
6c9ef0f
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 16, 2024 13:20
6c9ef0f to
ddb8578
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 16, 2024 19:55
ddb8578 to
5fb8bb1
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 28, 2024 09:15
5fb8bb1 to
40023ce
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 28, 2024 16:01
40023ce to
f7f5bb4
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
February 4, 2024 10:40
f7f5bb4 to
ffd10da
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
February 4, 2024 12:01
ffd10da to
ea669f2
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 2, 2024 14:28
ea669f2 to
545d921
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 2, 2024 16:14
545d921 to
bf836a4
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 12, 2024 09:52
bf836a4 to
ddd3e23
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
April 14, 2024 10:08
ca6d0e9 to
7105ce8
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
April 14, 2024 14:08
7105ce8 to
8818883
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
April 21, 2024 12:09
d196d93 to
d5d3ee0
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
April 25, 2024 07:11
d5d3ee0 to
a21642d
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
May 1, 2024 10:54
485814e to
35bb4f9
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
May 1, 2024 13:13
35bb4f9 to
e0f4442
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
May 9, 2024 11:21
e0f4442 to
a0905db
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
May 15, 2024 20:08
70e8f08 to
d83dcb3
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
May 16, 2024 03:12
d83dcb3 to
6f06ef4
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
June 4, 2024 14:35
6f06ef4 to
bfa9263
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
June 4, 2024 17:19
bfa9263 to
af2da3a
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
June 27, 2024 07:57
af2da3a to
f0d8ae0
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.4.1→^0.6.0Passport vulnerable to session regeneration when a users logs in or out
CVE-2022-25896 / GHSA-v923-w3x8-wh69
More information
Details
This affects the package passport before 0.6.0. When a user logs in or logs out, the session is regenerated instead of being closed.
Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:LReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
jaredhanson/passport (passport)
v0.6.0Compare Source
Added
authenticate(),req#login, andreq#logoutaccept akeepSessionInfo: trueoption to keep session information after regeneratingthe session.
Changed
req#login()andreq#logout()regenerate the the session and clear sessioninformation by default.
req#logout()is now an asynchronous function and requires a callbackfunction as the last argument.
Security
physical access to the same system or the application is susceptible to
cross-site scripting (XSS).
v0.5.3Compare Source
Fixed
initialize()middleware extends request withlogin(),logIn(),logout(),logOut(),isAuthenticated(), andisUnauthenticated()functionsagain, reverting change from 0.5.1.
v0.5.2Compare Source
Fixed
passport@0.4.xor earlier (such aspassport-azure-ad), which werebroken by the removal of private variables in
passport@0.5.1.v0.5.1Compare Source
Fixed
passport@0.4.xor earlier (such aspassport-azure-ad), which werebroken by the removal of private variables in
passport@0.5.1.v0.5.0Compare Source
Changed
initialize()middleware extends request withlogin(),logIn(),logout(),logOut(),isAuthenticated(), andisUnauthenticated()functions.
Removed
login(),logIn(),logout(),logOut(),isAuthenticated(), andisUnauthenticated()functions no longer added tohttp.IncomingMessage.prototype.Fixed
userPropertyoption toinitialize()middleware only affects the currentrequest, rather than all requests processed via singleton Passport instance,
eliminating a race condition in situations where
initialize()middleware isused multiple times in an application with
userPropertyset to differentvalues.
Configuration
📅 Schedule: (UTC)
🚦 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.