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 ^0.6.0 [security] #61

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
passport (source) ^0.3.2 -> ^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).

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

Added
  • Informative error message in session strategy if session support is not
    available.
Changed
  • authenticate() middleware, rather than initialize() middleware, extends
    request with login(), logIn(), logout(), logOut(), isAuthenticated(),
    and isUnauthenticated() functions.

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.

v0.4.1

Compare Source

v0.4.0

Compare Source


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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Dec 3, 2023
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 56d9566 to 5ae5ea1 Compare December 3, 2023 11:09
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Dec 3, 2023
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 5ae5ea1 to ac40f2e Compare December 3, 2023 14:20
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from ac40f2e to 10de204 Compare December 12, 2023 09:36
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Dec 12, 2023
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 10de204 to f9aa2bc Compare December 12, 2023 12:14
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Dec 12, 2023
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from f9aa2bc to ee16873 Compare December 30, 2023 11:09
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Dec 30, 2023
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Dec 30, 2023
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 1b9c7d6 to b6b53d9 Compare January 4, 2024 13:54
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Jan 4, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from b6b53d9 to 753f765 Compare January 4, 2024 17:17
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Jan 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Jan 9, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 753f765 to 2b5d6b6 Compare January 9, 2024 12:01
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Jan 9, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 2b5d6b6 to 7f0391a Compare January 9, 2024 16:09
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Jan 16, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 7f0391a to dedfa9b Compare January 16, 2024 12:12
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Jan 16, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from dedfa9b to f4a1ace Compare January 16, 2024 16:15
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Jan 28, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 9efa2f1 to fa8102e Compare January 28, 2024 15:58
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Jan 28, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from fa8102e to 4bdadf2 Compare February 4, 2024 11:38
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Feb 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Mar 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Apr 14, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 64bf59b to 9581aeb Compare April 14, 2024 10:58
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Apr 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Apr 21, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 9581aeb to 014b5af Compare April 21, 2024 08:50
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Apr 21, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from f973e02 to 0e306ab Compare April 25, 2024 09:37
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Apr 25, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 0e306ab to 907d680 Compare April 25, 2024 13:15
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Apr 25, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 907d680 to d817531 Compare May 3, 2024 08:43
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] May 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] May 3, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from d817531 to 698b374 Compare May 3, 2024 09:29
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] May 9, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from b825345 to a94e55b Compare May 9, 2024 13:45
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] May 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] May 15, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch 2 times, most recently from 3b071c5 to 5540fb0 Compare May 16, 2024 02:41
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] May 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.6.0 [security] fix(deps): update dependency passport to ^0.7.0 [security] Jun 4, 2024
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 5540fb0 to 2a87ff4 Compare June 4, 2024 14:26
@renovate renovate bot force-pushed the renovate/npm-passport-vulnerability branch from 2a87ff4 to 8ff1368 Compare June 4, 2024 16:49
@renovate renovate bot changed the title fix(deps): update dependency passport to ^0.7.0 [security] fix(deps): update dependency passport to ^0.6.0 [security] Jun 4, 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.

None yet

0 participants