Upgrade @hotwired/turbo-rails to resolve security warning#3734
Open
jdufresne wants to merge 1 commit intorailsadminteam:masterfrom
Open
Upgrade @hotwired/turbo-rails to resolve security warning#3734jdufresne wants to merge 1 commit intorailsadminteam:masterfrom
jdufresne wants to merge 1 commit intorailsadminteam:masterfrom
Conversation
Details of the security vulnerability are available at: GHSA-qppm-g56g-fpvp > A race condition in Turbo Frames allows delayed HTTP responses to > restore stale session cookies after session-modifying operations. As a result, my project started receiving the following warning: > Dependabot cannot update @hotwired/turbo to a non-vulnerable version > > The latest possible version that can be installed is 7.3.0 because of the following conflicting dependencies: > > rails_admin@3.3.0 requires @hotwired/turbo@^7.3.0 via @hotwired/turbo-rails@7.3.0 > No patched version available for @hotwired/turbo > > The earliest fixed version is 8.0.21.
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.
Details of the security vulnerability are available at:
GHSA-qppm-g56g-fpvp
As a result, my project started receiving the following warning: