-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore: revert cookie upgrade #12767
chore: revert cookie upgrade #12767
Conversation
🦋 Changeset detectedLatest commit: 7fd5434 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
For additional context, there is a CVE-2024-47764 regarding To fix this, the cookie validation has been narrowed: It is considered a Hence the version bump from Question is, would we have to wait for SvelteKit v3 for People will be receiving GitHub security alert digest emails regarding this:
|
Hi @hyunbinseo we're aware of this and looking into it. It's quite likely users will need to upgrade cookie themselves in the meantime and we can only upgrade cookie in kit v3 |
@eltigerchino, how to update manually? I don't have any cookies with |
You can use the override feature of your package manager. https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides |
Svelte kit reverted the upgrade in sveltejs/kit#12767
This seems to be official:
|
reverts #12746 . The major contains a breaking change where
:
characters are no longer allowed in cookie namesPlease don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.Edits