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

build(deps): bump passport from 0.5.3 to 0.6.0 #520

Draft
wants to merge 5 commits into
base: default
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps passport from 0.5.3 to 0.6.0.

Changelog

Sourced from passport's changelog.

[0.6.0] - 2022-05-20

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

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 23, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 2 times, most recently from 463a318 to d7cc06c Compare May 31, 2022 10:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from d7cc06c to 8b57788 Compare June 7, 2022 06:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 4 times, most recently from 6ffd67d to 051f027 Compare June 27, 2022 15:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch 2 times, most recently from c277385 to 118e386 Compare September 4, 2022 10:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from 118e386 to 84af541 Compare September 29, 2022 12:00
Bumps [passport](https://github.com/jaredhanson/passport) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/jaredhanson/passport/releases)
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.5.3...v0.6.0)

---
updated-dependencies:
- dependency-name: passport
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-0.6.0 branch from 84af541 to 7040af0 Compare October 18, 2022 16:32
@coveralls
Copy link

coveralls commented Oct 20, 2022

Coverage Status

Coverage increased (+0.006%) to 78.307% when pulling f47ee50 on dependabot/npm_and_yarn/passport-0.6.0 into 14687c4 on default.

@lgtm-com
Copy link

lgtm-com bot commented Oct 20, 2022

This pull request introduces 1 alert when merging 589cb97 into 5c8ef10 - view on LGTM.com

new alerts:

  • 1 for Clear text transmission of sensitive cookie

@goto-bus-stop
Copy link
Member

logout with this doesn't actually work yet. maybe the custom out code should be deleted and we should use passport exclusively (we are only using it for login currently).

@goto-bus-stop goto-bus-stop marked this pull request as draft October 24, 2022 16:53
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

A newer version of passport exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants