Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2026

This PR contains the following updates:

Package Change Age Confidence
undici (source) 7.16.07.18.2 age confidence

GitHub Vulnerability Alerts

CVE-2026-22036

Impact

The fetch() API supports chained HTTP encoding algorithms for response content according to RFC 9110 (e.g., Content-Encoding: gzip, br). This is also supported by the undici decompress interceptor.

However, the number of links in the decompression chain is unbounded and the default maxHeaderSize allows a malicious server to insert thousands compression steps leading to high CPU usage and excessive memory allocation.

Patches

Upgrade to 7.18.2 or 6.23.0.

Workarounds

It is possible to apply an undici interceptor and filter long Content-Encoding sequences manually.

References


Release Notes

nodejs/undici (undici)

v7.18.2

Compare Source

What's Changed

  • fix(decompress): limit Content-Encoding chain to 5 to prevent resourc… by @​mcollina in #​4729

Full Changelog: nodejs/undici@v7.18.1...v7.18.2

v7.18.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.18.0...v7.18.1

v7.18.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.17.0...v7.18.0

v7.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.16.0...v7.17.0


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 14, 2026 22:14
@renovate renovate bot requested review from NoritakaIkeda, junkisai and sasamuku and removed request for a team January 14, 2026 22:14
@vercel
Copy link

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
liam-app Ready Ready Preview, Comment Jan 14, 2026 10:19pm
liam-assets Ready Ready Preview Jan 14, 2026 10:19pm
liam-docs Ready Ready Preview, Comment Jan 14, 2026 10:19pm
liam-erd-sample Ready Ready Preview Jan 14, 2026 10:19pm
liam-storybook Ready Ready Preview, Comment Jan 14, 2026 10:19pm

@giselles-ai
Copy link

giselles-ai bot commented Jan 14, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Jan 14, 2026 10:14pm
Step 2
🟢
gpt-5Status: Success Updated: Jan 14, 2026 10:16pm
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Jan 14, 2026 10:16pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@giselles-ai
Copy link

giselles-ai bot commented Jan 14, 2026

Check changeset necessity

Status: NOT REQUIRED

Reason:

  • Only the root pnpm overrides and lockfile were updated to pin undici from 7.16.0 to 7.18.2; no package code or manifests for target packages (@liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui) were changed.
  • This is a dependency bump for security hardening with no user-facing feature, API, or behavior changes in our published packages.
  • Lockfile and tooling/override adjustments do not affect consumers directly and are considered non-user-facing per the guide.

Changeset (copy & paste):

# No changeset required for this PR (dependency override/lockfile only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant