chore(deps): update dependency luxon to v1.28.1 [security]#107
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency luxon to v1.28.1 [security]#107renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
548a473 to
e8961be
Compare
|
Kudos, SonarCloud Quality Gate passed! |
e8961be to
44b6fb6
Compare
|
Kudos, SonarCloud Quality Gate passed! |
44b6fb6 to
a4deba2
Compare
|
Kudos, SonarCloud Quality Gate passed! |
cba73b5 to
bb4411e
Compare
|
bb4411e to
6192025
Compare
6192025 to
9af42cb
Compare
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.









This PR contains the following updates:
1.21.3→1.28.1GitHub Vulnerability Alerts
CVE-2023-22467
Impact
Luxon's `DateTime.fromRFC2822() has quadratic (N^2) complexity on some specific inputs. This causes a noticeable slowdown for inputs with lengths above 10k characters. Users providing untrusted data to this method are therefore vulnerable to (Re)DoS attacks.
This is the same bug as Moment's GHSA-wc69-rhjr-hc9g
Workarounds
Limit the length of the input.
References
There is an excellent writeup of the same issue in Moment: https://github.com/moment/moment/pull/6015#issuecomment-1152961973
Details
DateTime.fromRFC2822("(".repeat(500000))takes a couple minutes to complete.Release Notes
moment/luxon (luxon)
v1.28.1Compare Source
v1.28.0Compare Source
v1.27.0Compare Source
toRelativev1.26.0Compare Source
v1.25.0Compare Source
v1.24.1Compare Source
console.logcallv1.24.0Compare Source
v1.23.0Compare Source
v1.22.2Compare Source
v1.22.0Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.