Fix CVEs by updating undici to patched versions#668
Fix CVEs by updating undici to patched versions#668RomanNikitenko merged 4 commits intoche-incubator:mainfrom
Conversation
CVE-2026-1526 CVE-2026-1528 CVE-2026-2229 Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds an Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-668-amd64 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.rebase/CHANGELOG.md:
- Around line 6-15: The .rebase/CHANGELOG.md contains unresolved git conflict
markers (<<<<<<< undici_fixes, =======, >>>>>>> main); remove these markers and
edit the block so the file contains a single clean markdown entry (choose and
consolidate the intended PR lines—e.g., the correct PR URL and the list of
changed package.json paths) without any conflict artifacts, then save so the
file is plain markdown and free of <<<<<<< / ======= / >>>>>>> markers.
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-668-amd64 |
RomanNikitenko
left a comment
There was a problem hiding this comment.
@sbouchet
changes look good to me
but
please fix conflict in the changelog file before merging
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-668-amd64 |
1 similar comment
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-668-amd64 |
What does this PR do?
This PR fixes CVE-2026-1526, CVE-2026-1528 and CVE-2026-2229.
undiciversion is updated to latest7.24.xWhat issues does this PR fix?
https://redhat.atlassian.net/browse/CRW-10414
https://redhat.atlassian.net/browse/CRW-10416
https://redhat.atlassian.net/browse/CRW-10417
https://redhat.atlassian.net/browse/CRW-10407
https://redhat.atlassian.net/browse/CRW-10411
https://redhat.atlassian.net/browse/CRW-10412
https://redhat.atlassian.net/browse/CRW-10406
https://redhat.atlassian.net/browse/CRW-10408
How to test this PR?
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebasewere added to the .rebase folderSummary by CodeRabbit