Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

chore(deps): update dependency luxon to v3.2.1 [security] #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
luxon 3.0.1 -> 3.2.1 age adoption passing confidence

GitHub 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

v3.2.1

Compare Source

v3.2.0

Compare Source

  • Allow timeZone to be specified as an intl option
  • Fix for diff's handling of end-of-month when crossing leap years (#​1340)
  • Add Interval.toLocaleString() (#​1320)

v3.1.1

Compare Source

  • Add Settings.twoDigitCutoffYear

v3.1.0

Compare Source

  • Add Duration.rescale

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

  • Lots of doc changes
  • Added DateTime.expandFormat
  • Added support for custom conversion matrices in Durations

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Tigge as a code owner January 25, 2023 09:08
@renovate
Copy link
Author

renovate bot commented Jan 25, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
installing v2 tool node v18.13.0
linking tool node v18.13.0
node: v18.13.0 /usr/local/bin/node
npm: 8.19.3  /usr/local/bin/npm
Installed v2 /usr/local/buildpack/tools/v2/node.sh in 8 seconds
skip cleanup, not a docker build: b044b1c69e40
installing v2 tool corepack v0.15.3
linking tool corepack v0.15.3
0.15.3
Installed v2 /usr/local/buildpack/tools/v2/corepack.sh in 3 seconds
skip cleanup, not a docker build: b044b1c69e40
➤ YN0000: ┌ Resolution step
➤ YN0002: │ media-stream-player@workspace:. doesn't provide postcss (paaa30), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide postcss-scss (p0df79), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide postcss-styled (p68074), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide postcss-syntax (p97427), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide stylelint-config-recommended (pf4ba5), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide stylelint-config-standard-scss (p16d6e), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide stylelint-config-styled-components (p6bc58), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide stylelint-processor-styled-components (p834a4), requested by eslint-config-typescript-shareable
➤ YN0002: │ media-stream-player@workspace:. doesn't provide typescript-styled-plugin (p3bcaf), requested by eslint-config-typescript-shareable
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 860ms
➤ YN0000: ┌ Fetch step
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at new NodeError (node:internal/errors:400:5)
    at PassThrough.onclose (node:internal/streams/end-of-stream:143:30)
    at PassThrough.emit (node:events:513:28)
    at emitCloseNT (node:internal/streams/destroy:132:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
➤ YN0013: │ 860 packages were already cached, one had to be fetched (luxon@npm:3.2.1)
➤ YN0000: └ Completed in 3s 161ms
➤ YN0000: Failed with errors in 4s 27ms

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants