Skip to content

Update dependency passport to ^0.6.0 [SECURITY] - #190

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-passport-vulnerability
Open

Update dependency passport to ^0.6.0 [SECURITY]#190
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-passport-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2022

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
passport (source) ^0.4.1^0.6.0 age confidence

Passport 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 Score: 4.8 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

jaredhanson/passport (passport)

v0.6.0

Compare Source

Added
  • authenticate(), req#login, and req#logout accept a
    keepSessionInfo: true option to keep session information after regenerating
    the session.
Changed
  • req#login() and req#logout() regenerate the the session and clear session
    information by default.
  • req#logout() is now an asynchronous function and requires a callback
    function as the last argument.
Security
  • Improved robustness against session fixation attacks in cases where there is
    physical access to the same system or the application is susceptible to
    cross-site scripting (XSS).

v0.5.3

Compare Source

Fixed
  • initialize() middleware extends request with login(), logIn(),
    logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions
    again, reverting change from 0.5.1.

v0.5.2

Compare Source

Fixed
  • Introduced a compatibility layer for strategies that depend directly on
    passport@0.4.x or earlier (such as passport-azure-ad), which were
    broken by the removal of private variables in passport@0.5.1.

v0.5.1

Compare Source

Fixed
  • Introduced a compatibility layer for strategies that depend directly on
    passport@0.4.x or earlier (such as passport-azure-ad), which were
    broken by the removal of private variables in passport@0.5.1.

v0.5.0

Compare Source

Changed
  • initialize() middleware extends request with login(), logIn(),
    logout(), logOut(), isAuthenticated(), and isUnauthenticated()
    functions.
Removed
  • login(), logIn(), logout(), logOut(), isAuthenticated(), and
    isUnauthenticated() functions no longer added to http.IncomingMessage.prototype.
Fixed
  • userProperty option to initialize() middleware only affects the current
    request, rather than all requests processed via singleton Passport instance,
    eliminating a race condition in situations where initialize() middleware is
    used multiple times in an application with userProperty set to different
    values.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Dec 3, 2023
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 3a8574e to 2340ace Compare December 3, 2023 11:43
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Dec 3, 2023
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 2340ace to f98193b Compare December 3, 2023 13:37
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Jan 4, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from f98193b to 3f5dab9 Compare January 4, 2024 13:58
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Jan 4, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 3f5dab9 to a19707f Compare January 4, 2024 15:37
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Jan 9, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 23778b6 to 6c9ef0f Compare January 9, 2024 14:12
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Jan 9, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 6c9ef0f to ddb8578 Compare January 16, 2024 13:20
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Jan 16, 2024
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Jan 16, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from ddb8578 to 5fb8bb1 Compare January 16, 2024 19:55
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 5fb8bb1 to 40023ce Compare January 28, 2024 09:15
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Jan 28, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 40023ce to f7f5bb4 Compare January 28, 2024 16:01
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Jan 28, 2024
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Feb 4, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from f7f5bb4 to ffd10da Compare February 4, 2024 10:40
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Feb 4, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from ffd10da to ea669f2 Compare February 4, 2024 12:01
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from ea669f2 to 545d921 Compare March 2, 2024 14:28
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Mar 2, 2024
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Mar 2, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 545d921 to bf836a4 Compare March 2, 2024 16:14
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Mar 12, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from bf836a4 to ddd3e23 Compare March 12, 2024 09:52
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from ca6d0e9 to 7105ce8 Compare April 14, 2024 10:08
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Apr 14, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 7105ce8 to 8818883 Compare April 14, 2024 14:08
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Apr 21, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from d196d93 to d5d3ee0 Compare April 21, 2024 12:09
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Apr 21, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from d5d3ee0 to a21642d Compare April 25, 2024 07:11
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Apr 25, 2024
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Apr 25, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 485814e to 35bb4f9 Compare May 1, 2024 10:54
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] May 1, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 35bb4f9 to e0f4442 Compare May 1, 2024 13:13
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] May 1, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from e0f4442 to a0905db Compare May 9, 2024 11:21
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] May 9, 2024
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] May 9, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 70e8f08 to d83dcb3 Compare May 15, 2024 20:08
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] May 15, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from d83dcb3 to 6f06ef4 Compare May 16, 2024 03:12
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] May 16, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from 6f06ef4 to bfa9263 Compare June 4, 2024 14:35
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Jun 4, 2024
@renovate renovate Bot changed the title Update dependency passport to ^0.7.0 [SECURITY] Update dependency passport to ^0.6.0 [SECURITY] Jun 4, 2024
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from bfa9263 to af2da3a Compare June 4, 2024 17:19
@renovate
renovate Bot force-pushed the renovate/npm-passport-vulnerability branch from af2da3a to f0d8ae0 Compare June 27, 2024 07:57
@renovate renovate Bot changed the title Update dependency passport to ^0.6.0 [SECURITY] Update dependency passport to ^0.7.0 [SECURITY] Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants