security: bump cookie and attempt glib bump - #7
Open
chznbaum wants to merge 2 commits into
Open
Conversation
Greptile SummaryThis PR updates dependency locks to address vulnerable packages. The main changes are:
Confidence Score: 4/5The dependency update looks mergeable after checking the forced
package.json Important Files Changed
Reviews (1): Last reviewed commit: "Merge branch 'main' into security/bump-g..." | Re-trigger Greptile |
| "vitest": "^4.1.9" | ||
| }, | ||
| "overrides": { | ||
| "cookie": "^0.7.0" |
There was a problem hiding this comment.
Cookie Override Crosses Consumer Range
@sveltejs/kit is the only inspected consumer of cookie and declares cookie as ^0.6.0, but this override forces every install to use 0.7.x. If SvelteKit depends on a 0.6.x parsing or serialization edge case, server-side cookie handling can change at runtime while the app still type-checks and installs cleanly.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fixes https://github.com/chznbaum/lodestar/security/dependabot/1
Attempts to also address the glib vulnerability but this depends on specific tauri dependencies migrating off an unmaintained package. Creating an issue to track.