This repository was archived by the owner on Feb 6, 2025. It is now read-only.
chore(deps): update dependency @fastify/session to v10.9.0 [security] - #700
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @fastify/session to v10.9.0 [security]#700renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@fastify/session@10.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.5.0->10.9.0GitHub Vulnerability Alerts
CVE-2024-35220
Impact
When restoring the cookie from the session store, the
expiresfield is overriden if themaxAgefield was set.This means a cookie is never correctly detected as expired and thus expired sessions are not destroyed.
Patches
Updating to v10.9.0 will solve this.
Workarounds
None
References
Publicly reported at: https://github.com/fastify/session/issues/251
Release Notes
fastify/session (@fastify/session)
v10.9.0Compare Source
This release fixes GHSA-pj27-2xvp-4qxg with CVE CVE-2024-35220. It's severity is classified as HIGH.
Full Changelog: fastify/session@v10.8.0...v10.9.0
v10.8.0Compare Source
What's Changed
npm run benchmarkisn't working by @zetaraku in https://github.com/fastify/session/pull/248session.get(key)andsession.set(key, value)by @zetaraku in https://github.com/fastify/session/pull/249New Contributors
Full Changelog: fastify/session@v10.7.2...v10.8.0
v10.7.2Compare Source
What's Changed
Full Changelog: fastify/session@v10.7.1...v10.7.2
v10.7.1Compare Source
What's Changed
fastify.iolinks withfastify.devby @Fdawgs in https://github.com/fastify/session/pull/232New Contributors
Full Changelog: fastify/session@v10.7.0...v10.7.1
v10.7.0Compare Source
What's Changed
New Contributors
Full Changelog: fastify/session@v10.6.1...v10.7.0
v10.6.1Compare Source
What's Changed
Full Changelog: fastify/session@v10.6.0...v10.6.1
v10.6.0Compare Source
What's Changed
node:prefix to bypass require.cache call for builtins by @Fdawgs in https://github.com/fastify/session/pull/210.gitattributesfile by @Fdawgs in https://github.com/fastify/session/pull/212New Contributors
Full Changelog: fastify/session@v10.5.0...v10.6.0
Configuration
📅 Schedule: Branch creation - "" in timezone Africa/Johannesburg, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.