the-mmm-agency / muskoka-district-rentals

https://muskoka-district-rentals.netlify.com
MIT License
0 stars 0 forks source link

Update dependency nodemailer to v6.6.1 [SECURITY] #166

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nodemailer (source) 6.4.2 -> 6.6.1 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2020-7769

This affects the package nodemailer before 6.4.16. Use of crafted recipient email addresses may result in arbitrary command flag injection in sendmail transport for sending mails.

CVE-2021-23400

The package nodemailer before 6.6.1 are vulnerable to HTTP Header Injection if unsanitized user input that may contain newlines and carriage returns is passed into an address object.


Release Notes

nodemailer/nodemailer (nodemailer) ### [`v6.6.1`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#661-2021-05-23) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.6.0...v6.6.1) - Fixed address formatting issue where newlines in an email address, if provided via address object, were not properly removed. Reported by tmazeika ([#​1289](https://togithub.com/nodemailer/nodemailer/issues/1289)) ### [`v6.6.0`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#660-2021-04-28) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.5.0...v6.6.0) - Added new option `newline` for MailComposer - aws ses connection verification (Ognjen Jevremovic) ### [`v6.5.0`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#650-2021-02-26) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.18...v6.5.0) - Pass through textEncoding to subnodes - Added support for AWS SES v3 SDK - Fixed tests ### [`v6.4.18`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6418-2021-02-11) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.17...v6.4.18) - Updated README ### [`v6.4.17`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6417-2020-12-11) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.16...v6.4.17) - Allow mixing attachments with caendar alternatives ### [`v6.4.16`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6416-2020-11-12) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.15...v6.4.16) - Applied updated prettier formating rules ### [`v6.4.15`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6415-2020-11-06) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.14...v6.4.15) - Minor changes in header key casing ### [`v6.4.14`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6414-2020-10-14) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.13...v6.4.14) - Disabled postinstall script ### [`v6.4.13`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6413-2020-10-02) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.12...v6.4.13) - Fix normalizeHeaderKey method for single node messages ### [`v6.4.12`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6412-2020-09-30) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.11...v6.4.12) - Better handling of attachment filenames that include quote symbols - Includes all information from the oath2 error response in the error message (Normal Gaussian) \[[`1787f22`](https://togithub.com/nodemailer/nodemailer/commit/1787f227)] ### [`v6.4.11`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6411-2020-07-29) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.10...v6.4.11) - Fixed escape sequence handling in address parsing ### [`v6.4.10`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6410-2020-06-17) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.8...v6.4.10) - Fixed RFC822 output for MailComposer when using invalid content-type value. Mostly relevant if message attachments have stragne content-type values set. ### [`v6.4.8`](https://togithub.com/nodemailer/nodemailer/compare/v6.4.7...v6.4.8) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.7...v6.4.8) ### [`v6.4.7`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#647-2020-05-28) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.6...v6.4.7) - Always set charset=utf-8 for Content-Type headers - Catch error when using invalid crypto.sign input ### [`v6.4.6`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#646-2020-03-20) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.5...v6.4.6) - fix: `requeueAttempts=n` should requeue `n` times (Patrick Malouin) \[[`a27ed2f`](https://togithub.com/nodemailer/nodemailer/commit/a27ed2f7)] ### [`v6.4.5`](https://togithub.com/nodemailer/nodemailer/compare/v6.4.4...v6.4.5) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.4...v6.4.5) ### [`v6.4.4`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#644-2020-03-01) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.3...v6.4.4) - Add `options.forceAuth` for SMTP (Patrick Malouin) \[[`a27ed2f`](https://togithub.com/nodemailer/nodemailer/commit/a27ed2f7)] ### [`v6.4.3`](https://togithub.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#643-2020-02-22) [Compare Source](https://togithub.com/nodemailer/nodemailer/compare/v6.4.2...v6.4.3) - Added an option to specify max number of requeues when connection closes unexpectedly (Igor Sechyn) \[[`8a927f5`](https://togithub.com/nodemailer/nodemailer/commit/8a927f5a)]

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.



This PR was generated by Mend Renovate. View the repository job log.

codeclimate[bot] commented 2 weeks ago

Code Climate has analyzed commit 67d4ee7f and detected 0 issues on this pull request.

View more on Code Climate.