Skip to content

chore: update dependency passport to ^0.6.0 [security]#11523

Merged
dhmlau merged 2 commits intomasterfrom
renovate/npm-passport-vulnerability
Mar 30, 2026
Merged

chore: update dependency passport to ^0.6.0 [security]#11523
dhmlau merged 2 commits intomasterfrom
renovate/npm-passport-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
passport (source) ^0.5.3^0.6.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2022-25896

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.


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).

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from raymondfeng as a code owner March 24, 2026 18:28
@renovate renovate bot added dependencies Pull requests that update a dependency file SECURITY labels Mar 24, 2026
@renovate renovate bot changed the title chore: update dependency passport to ^0.6.0 [security] chore: update dependency passport to ^0.7.0 [security] Mar 24, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 3511db5 to ed8499a Compare March 24, 2026 21:19
@renovate renovate bot changed the title chore: update dependency passport to ^0.7.0 [security] chore: update dependency passport to ^0.6.0 [security] Mar 25, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from a996701 to 6fc3e89 Compare March 26, 2026 17:37
@renovate renovate bot changed the title chore: update dependency passport to ^0.6.0 [security] chore: update dependency passport to ^0.7.0 [security] Mar 26, 2026
@renovate renovate bot changed the title chore: update dependency passport to ^0.7.0 [security] chore: update dependency passport to ^0.6.0 [security] Mar 26, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 6fc3e89 to 9b73227 Compare March 26, 2026 22:37
@renovate renovate bot changed the title chore: update dependency passport to ^0.6.0 [security] chore: update dependency passport to ^0.6.0 [security] - autoclosed Mar 27, 2026
@renovate renovate bot closed this Mar 27, 2026
@renovate renovate bot deleted the renovate/npm-passport-vulnerability branch March 27, 2026 00:52
@renovate renovate bot changed the title chore: update dependency passport to ^0.6.0 [security] - autoclosed chore: update dependency passport to ^0.6.0 [security] Mar 30, 2026
@renovate renovate bot reopened this Mar 30, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 3 times, most recently from 74b1142 to e88d080 Compare March 30, 2026 15:35
@renovate renovate bot changed the title chore: update dependency passport to ^0.6.0 [security] chore: update dependency passport to ^0.7.0 [security] Mar 30, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from e88d080 to 9a6c97e Compare March 30, 2026 16:01
@renovate renovate bot changed the title chore: update dependency passport to ^0.7.0 [security] chore: update dependency passport to ^0.6.0 [security] Mar 30, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 9a6c97e to 601a018 Compare March 30, 2026 16:07
@renovate renovate bot changed the title chore: update dependency passport to ^0.6.0 [security] chore: update dependency passport to ^0.7.0 [security] Mar 30, 2026
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 601a018 to 827e0b5 Compare March 30, 2026 16:59
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 827e0b5 to 4235030 Compare March 30, 2026 17:05
@renovate renovate bot changed the title chore: update dependency passport to ^0.7.0 [security] chore: update dependency passport to ^0.6.0 [security] Mar 30, 2026
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 30, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dhmlau dhmlau merged commit 62abc92 into master Mar 30, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file SECURITY

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant