Update dependency passport to ^0.6.0 [SECURITY]#61
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:09
56d9566 to
5ae5ea1
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
December 3, 2023 14:20
5ae5ea1 to
ac40f2e
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
December 12, 2023 09:36
ac40f2e to
10de204
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
December 12, 2023 12:14
10de204 to
f9aa2bc
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
December 30, 2023 11:09
f9aa2bc to
ee16873
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
January 4, 2024 13:54
1b9c7d6 to
b6b53d9
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 4, 2024 17:17
b6b53d9 to
753f765
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 9, 2024 12:01
753f765 to
2b5d6b6
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 9, 2024 16:09
2b5d6b6 to
7f0391a
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 16, 2024 12:12
7f0391a to
dedfa9b
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
January 16, 2024 16:15
dedfa9b to
f4a1ace
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
January 28, 2024 15:58
9efa2f1 to
fa8102e
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
February 4, 2024 11:38
fa8102e to
4bdadf2
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 12, 2024 11:16
211671f to
b2149b6
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 12, 2024 14:31
b2149b6 to
6dff65a
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
March 17, 2024 09:29
4500162 to
f152861
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 20, 2024 16:18
f152861 to
8a856aa
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 20, 2024 20:42
8a856aa to
d508f54
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 24, 2024 13:47
d508f54 to
abf1c94
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
March 24, 2024 16:20
abf1c94 to
7083cde
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
April 14, 2024 10:58
64bf59b to
9581aeb
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
April 21, 2024 08:50
9581aeb to
014b5af
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
2 times, most recently
from
April 25, 2024 09:37
f973e02 to
0e306ab
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
April 25, 2024 13:15
0e306ab to
907d680
Compare
renovate
Bot
force-pushed
the
renovate/npm-passport-vulnerability
branch
from
May 3, 2024 08:43
907d680 to
d817531
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.3.2→^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.
v0.4.1Compare Source
v0.4.0Compare Source
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.