Bump phpmailer/phpmailer from 6.1.4 to 6.1.6 in /phpmailer #985

Merged
dependabot[bot] merged 1 commits from dependabot/composer/phpmailer/phpmailer/phpmailer-6.1.6 into develop 2020-05-27 20:05:07 +02:00
dependabot[bot] commented 2020-05-27 19:59:57 +02:00 (Migrated from github.com)

Bumps phpmailer/phpmailer from 6.1.4 to 6.1.6.

Release notes

Sourced from phpmailer/phpmailer's releases.

PHPMailer 6.1.6

This is a security release, with some other minor changes. For full details, refer to the advisory.

  • SECURITY Fix insufficient output escaping bug in file attachment names. CVE-2020-13625. Reported by Elar Lang of Clarified Security.
  • Correct Armenian ISO language code from am to hy, add mapping for fallback
  • Use correct timeout property in debug output

PHPMailer 6.1.5

This is a maintenance release.

  • Reject invalid custom headers that are empty or contain breaks
  • Various fixes for DKIM issues, especially when using mail() transport
  • Drop the l= length tag from DKIM signatures; it's a mild security risk
  • Ensure CRLF is used explicitly when needed, rather than static::$LE
  • Add a method for trimming header content consistently
  • Some minor tweaks to resolve static analyser complaints
  • Check that attachment files are readable both when adding and when sending
  • Work around Outlook bug in mishandling MIME preamble
  • Danish translation improvements
Changelog

Sourced from phpmailer/phpmailer's changelog.

Version 6.1.6 (May 27th, 2020)

  • SECURITY Fix insufficient output escaping bug in file attachment names. CVE-2020-13625. Reported by Elar Lang of Clarified Security.
  • Correct Armenian ISO language code from am to hy, add mapping for fallback
  • Use correct timeout property in debug output

Version 6.1.5 (March 14th, 2020)

  • Reject invalid custom headers that are empty or contain breaks
  • Various fixes for DKIM issues, especially when using mail() transport
  • Drop the l= length tag from DKIM signatures; it's a mild security risk
  • Ensure CRLF is used explicitly when needed, rather than static::$LE
  • Add a method for trimming header content consistently
  • Some minor tweaks to resolve static analyser complaints
  • Check that attachment files are readable both when adding and when sending
  • Work around Outlook bug in mishandling MIME preamble
  • Danish translation improvements
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.4 to 6.1.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PHPMailer/PHPMailer/releases">phpmailer/phpmailer's releases</a>.</em></p> <blockquote> <h1>PHPMailer 6.1.6</h1> <p>This is a security release, with some other minor changes. For full details, refer to the <a href="https://github.com/PHPMailer/PHPMailer/security/advisories/GHSA-f7hx-fqxw-rvvj">advisory</a>.</p> <ul> <li><strong>SECURITY</strong> Fix insufficient output escaping bug in file attachment names. CVE-2020-13625. Reported by Elar Lang of Clarified Security.</li> <li>Correct Armenian ISO language code from <code>am</code> to <code>hy</code>, add mapping for fallback</li> <li>Use correct timeout property in debug output</li> </ul> <h2>PHPMailer 6.1.5</h2> <p>This is a maintenance release.</p> <ul> <li>Reject invalid custom headers that are empty or contain breaks</li> <li>Various fixes for DKIM issues, especially when using <code>mail()</code> transport</li> <li>Drop the <code>l=</code> length tag from DKIM signatures; it's a mild security risk</li> <li>Ensure CRLF is used explicitly when needed, rather than <code>static::$LE</code></li> <li>Add a method for trimming header content consistently</li> <li>Some minor tweaks to resolve static analyser complaints</li> <li>Check that attachment files are readable both when adding <em>and</em> when sending</li> <li>Work around Outlook bug in mishandling MIME preamble</li> <li>Danish translation improvements</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md">phpmailer/phpmailer's changelog</a>.</em></p> <blockquote> <h2>Version 6.1.6 (May 27th, 2020)</h2> <ul> <li><strong>SECURITY</strong> Fix insufficient output escaping bug in file attachment names. CVE-2020-13625. Reported by Elar Lang of Clarified Security.</li> <li>Correct Armenian ISO language code from <code>am</code> to <code>hy</code>, add mapping for fallback</li> <li>Use correct timeout property in debug output</li> </ul> <h2>Version 6.1.5 (March 14th, 2020)</h2> <ul> <li>Reject invalid custom headers that are empty or contain breaks</li> <li>Various fixes for DKIM issues, especially when using <code>mail()</code> transport</li> <li>Drop the <code>l=</code> length tag from DKIM signatures; it's a mild security risk</li> <li>Ensure CRLF is used explicitly when needed, rather than <code>static::$LE</code></li> <li>Add a method for trimming header content consistently</li> <li>Some minor tweaks to resolve static analyser complaints</li> <li>Check that attachment files are readable both when adding <em>and</em> when sending</li> <li>Work around Outlook bug in mishandling MIME preamble</li> <li>Danish translation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"><code>c2796cb</code></a> Merge pull request from GHSA-f7hx-fqxw-rvvj</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/a7f1b23aae92c8a82e9726551f8238593f714a43"><code>a7f1b23</code></a> Add funding info</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/5b63b3955c0a10d0933c6c3203df34ae950a6b30"><code>5b63b39</code></a> Fix typos (<a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/2037">#2037</a>)</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/c1c38e32681e1ac431125ab846490bf5b04e2f18"><code>c1c38e3</code></a> Correct Armenian language code</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/a12c95eb53f84ccaf145a4d892c9964c5916f653"><code>a12c95e</code></a> Use correct timeout property in debug output, clarify debug output, see <a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/2018">#2018</a></li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/a8bf068f64a580302026e484ee29511f661b2ad3"><code>a8bf068</code></a> 6.1.5</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/2e727253d6746a08723ef8fd208823a37e28a1a5"><code>2e72725</code></a> Rewrite and extension of translation (<a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1989">#1989</a>)</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/55e0b34dea695e437d4a5bf3dfcd88942af4e900"><code>55e0b34</code></a> Fix issue <a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/2008">#2008</a> - MS Outlook corrupts formatting multipart EML files (<a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/2009">#2009</a>)</li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/a55152fb5a28ec4902d099127883852a65462128"><code>a55152f</code></a> Typo fix for <a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/2007">#2007</a></li> <li><a href="https://github.com/PHPMailer/PHPMailer/commit/e9710eece738fce4bb433be0b3f6e83b8efbf9bf"><code>e9710ee</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/2004">#2004</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHPMailer/PHPMailer/compare/v6.1.4...v6.1.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpmailer/phpmailer&package-manager=composer&previous-version=6.1.4&new-version=6.1.6)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/friendica/friendica-addons/network/alerts). </details>
MrPetovan (Migrated from github.com) approved these changes 2020-05-27 20:04:57 +02:00
MrPetovan (Migrated from github.com) left a comment

Thanks, @dependabot !

Thanks, @dependabot !
Sign in to join this conversation.
No description provided.