Skip to content
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

fix(deps): update dependency passport to v0.6.0 [security] #891

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
passport (source) 0.5.2 -> 0.6.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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

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.

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 is behind base branch, 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 v0.6.0 [SECURITY] fix(deps): update dependency passport to v0.6.0 [security] Dec 17, 2022
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 4 times, most recently from 9ba8597 to 0e8864e Compare December 21, 2022 22:47
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 5 times, most recently from 23f4c9b to b14a275 Compare January 10, 2023 16:43
@renovate renovate bot requested a review from a team as a code owner January 10, 2023 16:43
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 5 times, most recently from f108f36 to 2278cef Compare January 13, 2023 19:09
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 8258268 to bc5f10b Compare January 18, 2023 00:24
@jcbcapps
Copy link
Contributor

@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 4 times, most recently from 5cae36a to 239ea87 Compare January 23, 2023 15:53
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 4 times, most recently from 1263475 to bf9dcf2 Compare February 7, 2024 22:02
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 8 times, most recently from 33280bf to 51ae173 Compare February 17, 2024 05:45
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 10 times, most recently from 8500fb7 to b0ca886 Compare February 28, 2024 17:23
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 6 times, most recently from ff3a4b1 to a1cfedd Compare March 7, 2024 05:56
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from a1cfedd to eceea6f Compare March 27, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant