chore: upgrade nodemailer to 9.1.1 to address GHSA-2x7j-588g-ccc2, GHSA-8m3c-c648-2xjj, GHSA-cc9r-2j5m-2m83, GHSA-wmmp-3585-3rmp - #1642
Merged
Conversation
Refreshes the yarn.lock entry for nodemailer from 9.0.1 to 9.1.1. The existing `^9.0.1` range in packages/web already admitted the patched version, so no manifest change or resolution override is needed. Addresses GHSA-2x7j-588g-ccc2, GHSA-8m3c-c648-2xjj, GHSA-cc9r-2j5m-2m83 and GHSA-wmmp-3585-3rmp. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (26)
|
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.
Fixes SOU-2207
Fixes SOU-2208
Fixes SOU-2209
Fixes SOU-2210
Refreshes the
yarn.lockentry fornodemailerfrom9.0.1to9.1.1.nodemaileris a direct dependency ofpackages/webat^9.0.1, which already admitted the patched release, so this is a lockfile refresh only. Nopackage.jsonchange and noresolutionsoverride were needed.Advisories addressed
addressparserallows remote DoS via a crafted address listresolveContent()on aMailMessagebypassesdisableFileAccess/disableUrlAccesswith the legacy signature9.1.1is at or above every patched floor above.Verification
yarn why nodemailerreports a single instance,nodemailer@npm:9.1.1, with no vulnerable version remaining in the graph.yarn workspace @sourcebot/web test --run— 140 files, 1440 tests passed.🤖 Generated with Claude Code
Note
Low Risk
Dependency lockfile refresh to a patched minor/patch release with no application code changes.
Overview
Security patch: bumps the locked
nodemailerversion from 9.0.1 to 9.1.1 inyarn.lockonly—packages/webalready declares^9.0.1, so nopackage.jsonor resolutions change.This addresses four GitHub advisories (DoS in
addressparser, recipient-domain validation bypass, IDN allow-list bypass, andresolveContent()bypassing file/URL access restrictions). Verification noted in the PR: single resolved instance at 9.1.1 and web tests passing.Reviewed by Cursor Bugbot for commit 0ff8b91. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Upgrades
nodemailerinyarn.lockfrom 9.0.1 to 9.1.1 to fix four security advisories (GHSA-2x7j-588g-ccc2, GHSA-8m3c-c648-2xjj, GHSA-cc9r-2j5m-2m83, GHSA-wmmp-3585-3rmp). The existing^9.0.1range already allowed the patched version, so this is a lockfile refresh only.Written for commit 0ff8b91. Summary will update on new commits.