chore(deps): update dependency @fastify/session to v10.9.0 [security] #700
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.0
GitHub Vulnerability Alerts
CVE-2024-35220
Impact
When restoring the cookie from the session store, the
expires
field is overriden if themaxAge
field 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.0
Compare 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.0
Compare Source
What's Changed
npm run benchmark
isn'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.2
Compare Source
What's Changed
Full Changelog: fastify/session@v10.7.1...v10.7.2
v10.7.1
Compare Source
What's Changed
fastify.io
links withfastify.dev
by @Fdawgs in https://github.com/fastify/session/pull/232New Contributors
Full Changelog: fastify/session@v10.7.0...v10.7.1
v10.7.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/session@v10.6.1...v10.7.0
v10.6.1
Compare Source
What's Changed
Full Changelog: fastify/session@v10.6.0...v10.6.1
v10.6.0
Compare Source
What's Changed
node:
prefix to bypass require.cache call for builtins by @Fdawgs in https://github.com/fastify/session/pull/210.gitattributes
file 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.